Html Css Color HEX #D2949E Careys Pink

📋 copy color: '#D2949E'

red 210 ◦ green 148 ◦ blue 158

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

Shades of Careys Pink #D2949E

Tints of Careys Pink #D2949E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.68%

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

R = 40.7%
G = 28.68%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D2949E (or 0xD2949E) is known color: Careys Pink. HEX triplet: D2, 94 and 9E. RGB value is (210,148,158). Sum of RGB (Red+Green+Blue) = 210+148+158=516 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.70% from 516); Green value is 148 (58.20% from 255 or 28.68% from 516); Blue value is 158 (62.11% from 255 or 30.62% from 516); Max value from RGB is 210 - color contains mainly: red. Hex color #D2949E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2949E is #2D6B61. Grayscale: #A7A7A7. Windows color (decimal): -2976610 or 10392786. OLE color: 10392786.

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

Color convert

RGB 210 148 158 -
CMYK 0 0.30 0.25 0.18
HSL 350.32º 0.41% 0.7% -
HSV(B) 350.32º 0.3% 0.82% -
XYZ 43.34 37.35 37.27 -
YUV 167.68 122.54 158.19 -
System Red Green Blue C M Y K H S L
Decimal 210 148 158 0 0.30 0.25 0.18 350.32 0.41 0.7
Hex D2 94 9E 0 1E 19 12 15E 29 46
Octal 322 224 236 0 36 31 22 536 51 106
Binary 11010010 10010100 10011110 0 11110 11001 10010 101011110 101001 1000110

Color Harmonies of #D2949E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2949E

Black with #D2949E

Text Example


Text Example

White with #D2949E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2949E; }

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

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

background-color css

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

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

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

border-color css

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

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

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