Html Css Color HEX #D67B9C Pale Violet Red

📋 copy color: '#D67B9C'

red 214 ◦ green 123 ◦ blue 156

#D67B9C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Violet Red #D67B9C

Tints of Pale Violet Red #D67B9C

RGB

 RED value IS 214 (83.98% from 255) = 43.41%

 GREEN value IS 123 (48.44% from 255) = 24.95%

 BLUE value IS 156 (61.33% from 255) = 31.64%

R = 43.41%
G = 24.95%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.27

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D67B9C (or 0xD67B9C) is known color: Pale Violet Red. HEX triplet: D6, 7B and 9C. RGB value is (214,123,156). Sum of RGB (Red+Green+Blue) = 214+123+156=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 123 (48.44% from 255 or 24.95% from 493); Blue value is 156 (61.33% from 255 or 31.64% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D67B9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67B9C is #298463. Grayscale: #999999. Windows color (decimal): -2720868 or 10255318. OLE color: 10255318.

HSL color Cylindrical-coordinate representation of color #D67B9C: hue angle of 338.24º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D67B9C is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 123 156 -
CMYK 0 0.43 0.27 0.16
HSL 338.24º 0.53% 0.66% -
HSV(B) 338.24º 0.43% 0.84% -
XYZ 40.82 30.86 35.26 -
YUV 153.97 129.15 170.82 -
System Red Green Blue C M Y K H S L
Decimal 214 123 156 0 0.43 0.27 0.16 338.24 0.53 0.66
Hex D6 7B 9C 0 2B 1B 10 152 35 42
Octal 326 173 234 0 53 33 20 522 65 102
Binary 11010110 1111011 10011100 0 101011 11011 10000 101010010 110101 1000010

Color Harmonies of #D67B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67B9C

Black with #D67B9C

Text Example


Text Example

White with #D67B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67B9C; }

 p { color: rgb(214,123,156); }

 H1.HeaderClassName
 {
   color: #D67B9C;
 }
 .AnyTagClassName
 {
   color: #D67B9C;
 }
</style>

background-color css

<style>
 a { background-color: #D67B9C; }

 a { background-color: rgb(214,123,156); }

 div.DivClassName
 {
   background-color: #D67B9C;
 }
 .BgClassName
 {
   background-color: #D67B9C;
 }
</style>

border-color css

<style>
 span { border-color: #D67B9C; }

 span { border-color: rgb(214,123,156); }

 td.TdClassName
 {
   border-color: #D67B9C;
 }
 .TagClassName
 {
   border-color: #D67B9C;
 }
</style>