Html Css Color HEX #D67B9F Pale Violet Red

📋 copy color: '#D67B9F'

red 214 ◦ green 123 ◦ blue 159

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

Shades of Pale Violet Red #D67B9F

Tints of Pale Violet Red #D67B9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 32.06%

R = 43.15%
G = 24.8%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D67B9F (or 0xD67B9F) is known color: Pale Violet Red. HEX triplet: D6, 7B and 9F. RGB value is (214,123,159). Sum of RGB (Red+Green+Blue) = 214+123+159=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 123 (48.44% from 255 or 24.80% from 496); Blue value is 159 (62.5% from 255 or 32.06% from 496); Max value from RGB is 214 - color contains mainly: red. Hex color #D67B9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67B9F is #298460. Grayscale: #9A9A9A. Windows color (decimal): -2720865 or 10451926. OLE color: 10451926.

HSL color Cylindrical-coordinate representation of color #D67B9F: hue angle of 336.26º 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 #D67B9F is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 123 159 -
CMYK 0 0.43 0.26 0.16
HSL 336.26º 0.53% 0.66% -
HSV(B) 336.26º 0.43% 0.84% -
XYZ 41.07 30.97 36.61 -
YUV 154.31 130.65 170.57 -
System Red Green Blue C M Y K H S L
Decimal 214 123 159 0 0.43 0.26 0.16 336.26 0.53 0.66
Hex D6 7B 9F 0 2B 1A 10 150 35 42
Octal 326 173 237 0 53 32 20 520 65 102
Binary 11010110 1111011 10011111 0 101011 11010 10000 101010000 110101 1000010

Color Harmonies of #D67B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67B9F

Black with #D67B9F

Text Example


Text Example

White with #D67B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67B9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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