Html Css Color HEX #D2999E Careys Pink

📋 copy color: '#D2999E'

red 210 ◦ green 153 ◦ blue 158

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

Shades of Careys Pink #D2999E

Tints of Careys Pink #D2999E

RGB

 RED value IS 210 (82.42% from 255) = 40.31%

 GREEN value IS 153 (60.16% from 255) = 29.37%

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

R = 40.31%
G = 29.37%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D2999E (or 0xD2999E) is known color: Careys Pink. HEX triplet: D2, 99 and 9E. RGB value is (210,153,158). Sum of RGB (Red+Green+Blue) = 210+153+158=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 153 (60.16% from 255 or 29.37% from 521); Blue value is 158 (62.11% from 255 or 30.33% from 521); Max value from RGB is 210 - color contains mainly: red. Hex color #D2999E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2999E is #2D6661. Grayscale: #AAAAAA. Windows color (decimal): -2975330 or 10394066. OLE color: 10394066.

HSL color Cylindrical-coordinate representation of color #D2999E: hue angle of 354.74º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D2999E is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 153 158 -
CMYK 0 0.27 0.25 0.18
HSL 354.74º 0.39% 0.71% -
HSV(B) 354.74º 0.27% 0.82% -
XYZ 44.14 38.95 37.54 -
YUV 170.61 120.88 156.09 -
System Red Green Blue C M Y K H S L
Decimal 210 153 158 0 0.27 0.25 0.18 354.74 0.39 0.71
Hex D2 99 9E 0 1B 19 12 163 27 47
Octal 322 231 236 0 33 31 22 543 47 107
Binary 11010010 10011001 10011110 0 11011 11001 10010 101100011 100111 1000111

Color Harmonies of #D2999E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2999E

Black with #D2999E

Text Example


Text Example

White with #D2999E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2999E; }

 p { color: rgb(210,153,158); }

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

background-color css

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

 a { background-color: rgb(210,153,158); }

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

border-color css

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

 span { border-color: rgb(210,153,158); }

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