Html Css Color HEX #D2999D Careys Pink

📋 copy color: '#D2999D'

red 210 ◦ green 153 ◦ blue 157

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

Shades of Careys Pink #D2999D

Tints of Careys Pink #D2999D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 30.19%

R = 40.38%
G = 29.42%
B = 30.19%

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

#D2999D (or 0xD2999D) is known color: Careys Pink. HEX triplet: D2, 99 and 9D. RGB value is (210,153,157). Sum of RGB (Red+Green+Blue) = 210+153+157=520 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.38% from 520); Green value is 153 (60.16% from 255 or 29.42% from 520); Blue value is 157 (61.72% from 255 or 30.19% from 520); Max value from RGB is 210 - color contains mainly: red. Hex color #D2999D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2999D is #2D6662. Grayscale: #AAAAAA. Windows color (decimal): -2975331 or 10328530. OLE color: 10328530.

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

Color convert

RGB 210 153 157 -
CMYK 0 0.27 0.25 0.18
HSL 355.79º 0.39% 0.71% -
HSV(B) 355.79º 0.27% 0.82% -
XYZ 44.06 38.92 37.09 -
YUV 170.5 120.38 156.17 -
System Red Green Blue C M Y K H S L
Decimal 210 153 157 0 0.27 0.25 0.18 355.79 0.39 0.71
Hex D2 99 9D 0 1B 19 12 164 27 47
Octal 322 231 235 0 33 31 22 544 47 107
Binary 11010010 10011001 10011101 0 11011 11001 10010 101100100 100111 1000111

Color Harmonies of #D2999D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2999D

Black with #D2999D

Text Example


Text Example

White with #D2999D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2999D; }

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

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

background-color css

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

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

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

border-color css

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

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

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