Html Css Color HEX #D2949F Careys Pink

📋 copy color: '#D2949F'

red 210 ◦ green 148 ◦ blue 159

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

Shades of Careys Pink #D2949F

Tints of Careys Pink #D2949F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 30.75%

R = 40.62%
G = 28.63%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D2949F (or 0xD2949F) is known color: Careys Pink. HEX triplet: D2, 94 and 9F. RGB value is (210,148,159). Sum of RGB (Red+Green+Blue) = 210+148+159=517 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.62% from 517); Green value is 148 (58.20% from 255 or 28.63% from 517); Blue value is 159 (62.5% from 255 or 30.75% from 517); Max value from RGB is 210 - color contains mainly: red. Hex color #D2949F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2949F is #2D6B60. Grayscale: #A7A7A7. Windows color (decimal): -2976609 or 10458322. OLE color: 10458322.

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

Color convert

RGB 210 148 159 -
CMYK 0 0.30 0.24 0.18
HSL 349.35º 0.41% 0.7% -
HSV(B) 349.35º 0.3% 0.82% -
XYZ 43.43 37.38 37.73 -
YUV 167.79 123.04 158.11 -
System Red Green Blue C M Y K H S L
Decimal 210 148 159 0 0.30 0.24 0.18 349.35 0.41 0.7
Hex D2 94 9F 0 1E 18 12 15D 29 46
Octal 322 224 237 0 36 30 22 535 51 106
Binary 11010010 10010100 10011111 0 11110 11000 10010 101011101 101001 1000110

Color Harmonies of #D2949F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2949F

Black with #D2949F

Text Example


Text Example

White with #D2949F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2949F; }

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

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

background-color css

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

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

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

border-color css

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

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

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