Html Css Color HEX #D2477F Cranberry

📋 copy color: '#D2477F'

red 210 ◦ green 71 ◦ blue 127

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

Shades of Cranberry #D2477F

Tints of Cranberry #D2477F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.13%

R = 51.47%
G = 17.4%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D2477F (or 0xD2477F) is known color: Cranberry. HEX triplet: D2, 47 and 7F. RGB value is (210,71,127). Sum of RGB (Red+Green+Blue) = 210+71+127=408 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.47% from 408); Green value is 71 (28.12% from 255 or 17.40% from 408); Blue value is 127 (50% from 255 or 31.13% from 408); Max value from RGB is 210 - color contains mainly: red. Hex color #D2477F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2477F is #2DB880. Grayscale: #767676. Windows color (decimal): -2996353 or 8341458. OLE color: 8341458.

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

Color convert

RGB 210 71 127 -
CMYK 0 0.66 0.40 0.18
HSL 335.83º 0.61% 0.55% -
HSV(B) 335.83º 0.66% 0.82% -
XYZ 32.66 19.74 22.17 -
YUV 118.95 132.55 192.95 -
System Red Green Blue C M Y K H S L
Decimal 210 71 127 0 0.66 0.40 0.18 335.83 0.61 0.55
Hex D2 47 7F 0 42 28 12 150 3D 37
Octal 322 107 177 0 102 50 22 520 75 67
Binary 11010010 1000111 1111111 0 1000010 101000 10010 101010000 111101 110111

Color Harmonies of #D2477F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2477F

Black with #D2477F

Text Example


Text Example

White with #D2477F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2477F; }

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

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

background-color css

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

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

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

border-color css

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

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

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