Html Css Color HEX #D2447A Cranberry

📋 copy color: '#D2447A'

red 210 ◦ green 68 ◦ blue 122

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

Shades of Cranberry #D2447A

Tints of Cranberry #D2447A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.5%

R = 52.5%
G = 17%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D2447A (or 0xD2447A) is known color: Cranberry. HEX triplet: D2, 44 and 7A. RGB value is (210,68,122). Sum of RGB (Red+Green+Blue) = 210+68+122=400 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.5% from 400); Green value is 68 (26.95% from 255 or 17% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 210 - color contains mainly: red. Hex color #D2447A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2447A is #2DBB85. Grayscale: #747474. Windows color (decimal): -2997126 or 8013010. OLE color: 8013010.

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

Color convert

RGB 210 68 122 -
CMYK 0 0.68 0.42 0.18
HSL 337.18º 0.61% 0.55% -
HSV(B) 337.18º 0.68% 0.82% -
XYZ 32.16 19.24 20.43 -
YUV 116.61 131.04 194.61 -
System Red Green Blue C M Y K H S L
Decimal 210 68 122 0 0.68 0.42 0.18 337.18 0.61 0.55
Hex D2 44 7A 0 44 2A 12 151 3D 37
Octal 322 104 172 0 104 52 22 521 75 67
Binary 11010010 1000100 1111010 0 1000100 101010 10010 101010001 111101 110111

Color Harmonies of #D2447A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2447A

Black with #D2447A

Text Example


Text Example

White with #D2447A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2447A; }

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

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

background-color css

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

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

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

border-color css

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

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

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