Html Css Color HEX #D2447E Cranberry

📋 copy color: '#D2447E'

red 210 ◦ green 68 ◦ blue 126

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

Shades of Cranberry #D2447E

Tints of Cranberry #D2447E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.83%

 BLUE value IS 126 (49.61% from 255) = 31.19%

R = 51.98%
G = 16.83%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.4

 K value IS 0.18

RGB Variations

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

Color information

#D2447E (or 0xD2447E) is known color: Cranberry. HEX triplet: D2, 44 and 7E. RGB value is (210,68,126). Sum of RGB (Red+Green+Blue) = 210+68+126=404 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.98% from 404); Green value is 68 (26.95% from 255 or 16.83% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 210 - color contains mainly: red. Hex color #D2447E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2447E is #2DBB81. Grayscale: #747474. Windows color (decimal): -2997122 or 8275154. OLE color: 8275154.

HSL color Cylindrical-coordinate representation of color #D2447E: hue angle of 335.49º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D2447E is Cyan = 0, Magento = 0.68, Yellow = 0.4 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 68 126 -
CMYK 0 0.68 0.4 0.18
HSL 335.49º 0.61% 0.55% -
HSV(B) 335.49º 0.68% 0.82% -
XYZ 32.41 19.34 21.76 -
YUV 117.07 133.04 194.28 -
System Red Green Blue C M Y K H S L
Decimal 210 68 126 0 0.68 0.4 0.18 335.49 0.61 0.55
Hex D2 44 7E 0 44 28 12 14F 3D 37
Octal 322 104 176 0 104 50 22 517 75 67
Binary 11010010 1000100 1111110 0 1000100 101000 10010 101001111 111101 110111

Color Harmonies of #D2447E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2447E

Black with #D2447E

Text Example


Text Example

White with #D2447E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2447E; }

 p { color: rgb(210,68,126); }

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

background-color css

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

 a { background-color: rgb(210,68,126); }

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

border-color css

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

 span { border-color: rgb(210,68,126); }

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