Html Css Color HEX #D2477D Cranberry

📋 copy color: '#D2477D'

red 210 ◦ green 71 ◦ blue 125

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

Shades of Cranberry #D2477D

Tints of Cranberry #D2477D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.79%

R = 51.72%
G = 17.49%
B = 30.79%

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

#D2477D (or 0xD2477D) is known color: Cranberry. HEX triplet: D2, 47 and 7D. RGB value is (210,71,125). Sum of RGB (Red+Green+Blue) = 210+71+125=406 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.72% from 406); Green value is 71 (28.12% from 255 or 17.49% from 406); Blue value is 125 (49.22% from 255 or 30.79% from 406); Max value from RGB is 210 - color contains mainly: red. Hex color #D2477D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2477D is #2DB882. Grayscale: #767676. Windows color (decimal): -2996355 or 8210386. OLE color: 8210386.

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

Color convert

RGB 210 71 125 -
CMYK 0 0.66 0.40 0.18
HSL 336.69º 0.61% 0.55% -
HSV(B) 336.69º 0.66% 0.82% -
XYZ 32.53 19.69 21.49 -
YUV 118.72 131.55 193.11 -
System Red Green Blue C M Y K H S L
Decimal 210 71 125 0 0.66 0.40 0.18 336.69 0.61 0.55
Hex D2 47 7D 0 42 28 12 151 3D 37
Octal 322 107 175 0 102 50 22 521 75 67
Binary 11010010 1000111 1111101 0 1000010 101000 10010 101010001 111101 110111

Color Harmonies of #D2477D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2477D

Black with #D2477D

Text Example


Text Example

White with #D2477D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2477D; }

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

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

background-color css

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

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

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

border-color css

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

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

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