Html Css Color HEX #D9969B Careys Pink

📋 copy color: '#D9969B'

red 217 ◦ green 150 ◦ blue 155

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

Shades of Careys Pink #D9969B

Tints of Careys Pink #D9969B

RGB

 RED value IS 217 (85.16% from 255) = 41.57%

 GREEN value IS 150 (58.98% from 255) = 28.74%

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

R = 41.57%
G = 28.74%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D9969B (or 0xD9969B) is known color: Careys Pink. HEX triplet: D9, 96 and 9B. RGB value is (217,150,155). Sum of RGB (Red+Green+Blue) = 217+150+155=522 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.57% from 522); Green value is 150 (58.98% from 255 or 28.74% from 522); Blue value is 155 (60.94% from 255 or 29.69% from 522); Max value from RGB is 217 - color contains mainly: red. Hex color #D9969B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9969B is #266964. Grayscale: #AAAAAA. Windows color (decimal): -2517349 or 10196697. OLE color: 10196697.

HSL color Cylindrical-coordinate representation of color #D9969B: hue angle of 355.52º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D9969B is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 150 155 -
CMYK 0 0.31 0.29 0.15
HSL 355.52º 0.47% 0.72% -
HSV(B) 355.52º 0.31% 0.85% -
XYZ 45.44 38.93 36.13 -
YUV 170.6 119.2 161.09 -
System Red Green Blue C M Y K H S L
Decimal 217 150 155 0 0.31 0.29 0.15 355.52 0.47 0.72
Hex D9 96 9B 0 1F 1D F 164 2F 48
Octal 331 226 233 0 37 35 17 544 57 110
Binary 11011001 10010110 10011011 0 11111 11101 1111 101100100 101111 1001000

Color Harmonies of #D9969B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9969B

Black with #D9969B

Text Example


Text Example

White with #D9969B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9969B; }

 p { color: rgb(217,150,155); }

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

background-color css

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

 a { background-color: rgb(217,150,155); }

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

border-color css

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

 span { border-color: rgb(217,150,155); }

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