Html Css Color HEX #D29FAA Careys Pink

📋 copy color: '#D29FAA'

red 210 ◦ green 159 ◦ blue 170

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

Shades of Careys Pink #D29FAA

Tints of Careys Pink #D29FAA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.5%

 BLUE value IS 170 (66.8% from 255) = 31.54%

R = 38.96%
G = 29.5%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D29FAA (or 0xD29FAA) is known color: Careys Pink. HEX triplet: D2, 9F and AA. RGB value is (210,159,170). Sum of RGB (Red+Green+Blue) = 210+159+170=539 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.96% from 539); Green value is 159 (62.5% from 255 or 29.50% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 210 - color contains mainly: red. Hex color #D29FAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29FAA is #2D6055. Grayscale: #AFAFAF. Windows color (decimal): -2973782 or 11182034. OLE color: 11182034.

HSL color Cylindrical-coordinate representation of color #D29FAA: hue angle of 347.06º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D29FAA is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 159 170 -
CMYK 0 0.24 0.19 0.18
HSL 347.06º 0.36% 0.72% -
HSV(B) 347.06º 0.24% 0.82% -
XYZ 46.23 41.4 43.58 -
YUV 175.5 124.9 152.61 -
System Red Green Blue C M Y K H S L
Decimal 210 159 170 0 0.24 0.19 0.18 347.06 0.36 0.72
Hex D2 9F AA 0 18 13 12 15B 24 48
Octal 322 237 252 0 30 23 22 533 44 110
Binary 11010010 10011111 10101010 0 11000 10011 10010 101011011 100100 1001000

Color Harmonies of #D29FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29FAA

Black with #D29FAA

Text Example


Text Example

White with #D29FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29FAA; }

 p { color: rgb(210,159,170); }

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

background-color css

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

 a { background-color: rgb(210,159,170); }

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

border-color css

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

 span { border-color: rgb(210,159,170); }

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