Html Css Color HEX #D299A2 Careys Pink

📋 copy color: '#D299A2'

red 210 ◦ green 153 ◦ blue 162

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

Shades of Careys Pink #D299A2

Tints of Careys Pink #D299A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 30.86%

R = 40%
G = 29.14%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D299A2 (or 0xD299A2) is known color: Careys Pink. HEX triplet: D2, 99 and A2. RGB value is (210,153,162). Sum of RGB (Red+Green+Blue) = 210+153+162=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 153 (60.16% from 255 or 29.14% from 525); Blue value is 162 (63.67% from 255 or 30.86% from 525); Max value from RGB is 210 - color contains mainly: red. Hex color #D299A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D299A2 is #2D665D. Grayscale: #ABABAB. Windows color (decimal): -2975326 or 10656210. OLE color: 10656210.

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

Color convert

RGB 210 153 162 -
CMYK 0 0.27 0.23 0.18
HSL 350.53º 0.39% 0.71% -
HSV(B) 350.53º 0.27% 0.82% -
XYZ 44.49 39.09 39.38 -
YUV 171.07 122.88 155.77 -
System Red Green Blue C M Y K H S L
Decimal 210 153 162 0 0.27 0.23 0.18 350.53 0.39 0.71
Hex D2 99 A2 0 1B 17 12 15F 27 47
Octal 322 231 242 0 33 27 22 537 47 107
Binary 11010010 10011001 10100010 0 11011 10111 10010 101011111 100111 1000111

Color Harmonies of #D299A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D299A2

Black with #D299A2

Text Example


Text Example

White with #D299A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D299A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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