Html Css Color HEX #D2477A Cranberry

📋 copy color: '#D2477A'

red 210 ◦ green 71 ◦ blue 122

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

Shades of Cranberry #D2477A

Tints of Cranberry #D2477A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.62%

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

R = 52.11%
G = 17.62%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D2477A (or 0xD2477A) is known color: Cranberry. HEX triplet: D2, 47 and 7A. RGB value is (210,71,122). Sum of RGB (Red+Green+Blue) = 210+71+122=403 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.11% from 403); Green value is 71 (28.12% from 255 or 17.62% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 210 - color contains mainly: red. Hex color #D2477A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2477A is #2DB885. Grayscale: #767676. Windows color (decimal): -2996358 or 8013778. OLE color: 8013778.

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

Color convert

RGB 210 71 122 -
CMYK 0 0.66 0.42 0.18
HSL 337.99º 0.61% 0.55% -
HSV(B) 337.99º 0.66% 0.82% -
XYZ 32.34 19.61 20.49 -
YUV 118.38 130.05 193.35 -
System Red Green Blue C M Y K H S L
Decimal 210 71 122 0 0.66 0.42 0.18 337.99 0.61 0.55
Hex D2 47 7A 0 42 2A 12 152 3D 37
Octal 322 107 172 0 102 52 22 522 75 67
Binary 11010010 1000111 1111010 0 1000010 101010 10010 101010010 111101 110111

Color Harmonies of #D2477A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2477A

Black with #D2477A

Text Example


Text Example

White with #D2477A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2477A; }

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

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

background-color css

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

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

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

border-color css

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

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

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