Html Css Color HEX #D29398 Careys Pink

📋 copy color: '#D29398'

red 210 ◦ green 147 ◦ blue 152

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

Shades of Careys Pink #D29398

Tints of Careys Pink #D29398

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.88%

 BLUE value IS 152 (59.77% from 255) = 29.86%

R = 41.26%
G = 28.88%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D29398 (or 0xD29398) is known color: Careys Pink. HEX triplet: D2, 93 and 98. RGB value is (210,147,152). Sum of RGB (Red+Green+Blue) = 210+147+152=509 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.26% from 509); Green value is 147 (57.81% from 255 or 28.88% from 509); Blue value is 152 (59.77% from 255 or 29.86% from 509); Max value from RGB is 210 - color contains mainly: red. Hex color #D29398 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29398 is #2D6C67. Grayscale: #A6A6A6. Windows color (decimal): -2976872 or 9999314. OLE color: 9999314.

HSL color Cylindrical-coordinate representation of color #D29398: hue angle of 355.24º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D29398 is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 147 152 -
CMYK 0 0.30 0.28 0.18
HSL 355.24º 0.41% 0.7% -
HSV(B) 355.24º 0.3% 0.82% -
XYZ 42.68 36.84 34.57 -
YUV 166.41 119.87 159.09 -
System Red Green Blue C M Y K H S L
Decimal 210 147 152 0 0.30 0.28 0.18 355.24 0.41 0.7
Hex D2 93 98 0 1E 1C 12 163 29 46
Octal 322 223 230 0 36 34 22 543 51 106
Binary 11010010 10010011 10011000 0 11110 11100 10010 101100011 101001 1000110

Color Harmonies of #D29398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29398

Black with #D29398

Text Example


Text Example

White with #D29398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29398; }

 p { color: rgb(210,147,152); }

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

background-color css

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

 a { background-color: rgb(210,147,152); }

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

border-color css

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

 span { border-color: rgb(210,147,152); }

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