Html Css Color HEX #D67D9B Pale Violet Red

📋 copy color: '#D67D9B'

red 214 ◦ green 125 ◦ blue 155

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

Shades of Pale Violet Red #D67D9B

Tints of Pale Violet Red #D67D9B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.3%

 BLUE value IS 155 (60.94% from 255) = 31.38%

R = 43.32%
G = 25.3%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D67D9B (or 0xD67D9B) is known color: Pale Violet Red. HEX triplet: D6, 7D and 9B. RGB value is (214,125,155). Sum of RGB (Red+Green+Blue) = 214+125+155=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 125 (49.22% from 255 or 25.30% from 494); Blue value is 155 (60.94% from 255 or 31.38% from 494); Max value from RGB is 214 - color contains mainly: red. Hex color #D67D9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67D9B is #298264. Grayscale: #9B9B9B. Windows color (decimal): -2720357 or 10190294. OLE color: 10190294.

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

Color convert

RGB 214 125 155 -
CMYK 0 0.42 0.28 0.16
HSL 339.78º 0.52% 0.66% -
HSV(B) 339.78º 0.42% 0.84% -
XYZ 40.98 31.33 34.9 -
YUV 155.03 127.99 170.06 -
System Red Green Blue C M Y K H S L
Decimal 214 125 155 0 0.42 0.28 0.16 339.78 0.52 0.66
Hex D6 7D 9B 0 2A 1C 10 154 34 42
Octal 326 175 233 0 52 34 20 524 64 102
Binary 11010110 1111101 10011011 0 101010 11100 10000 101010100 110100 1000010

Color Harmonies of #D67D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67D9B

Black with #D67D9B

Text Example


Text Example

White with #D67D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67D9B; }

 p { color: rgb(214,125,155); }

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

background-color css

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

 a { background-color: rgb(214,125,155); }

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

border-color css

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

 span { border-color: rgb(214,125,155); }

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