Html Css Color HEX #D9969E Careys Pink

📋 copy color: '#D9969E'

red 217 ◦ green 150 ◦ blue 158

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

Shades of Careys Pink #D9969E

Tints of Careys Pink #D9969E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 30.1%

R = 41.33%
G = 28.57%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#D9969E (or 0xD9969E) is known color: Careys Pink. HEX triplet: D9, 96 and 9E. RGB value is (217,150,158). Sum of RGB (Red+Green+Blue) = 217+150+158=525 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.33% from 525); Green value is 150 (58.98% from 255 or 28.57% from 525); Blue value is 158 (62.11% from 255 or 30.10% from 525); Max value from RGB is 217 - color contains mainly: red. Hex color #D9969E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9969E is #266961. Grayscale: #AAAAAA. Windows color (decimal): -2517346 or 10393305. OLE color: 10393305.

HSL color Cylindrical-coordinate representation of color #D9969E: hue angle of 352.84º 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 #D9969E is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 150 158 -
CMYK 0 0.31 0.27 0.15
HSL 352.84º 0.47% 0.72% -
HSV(B) 352.84º 0.31% 0.85% -
XYZ 45.69 39.03 37.47 -
YUV 170.95 120.7 160.85 -
System Red Green Blue C M Y K H S L
Decimal 217 150 158 0 0.31 0.27 0.15 352.84 0.47 0.72
Hex D9 96 9E 0 1F 1B F 161 2F 48
Octal 331 226 236 0 37 33 17 541 57 110
Binary 11011001 10010110 10011110 0 11111 11011 1111 101100001 101111 1001000

Color Harmonies of #D9969E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9969E

Black with #D9969E

Text Example


Text Example

White with #D9969E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9969E; }

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

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

background-color css

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

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

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

border-color css

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

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

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