Html Css Color HEX #D2477B Cranberry

📋 copy color: '#D2477B'

red 210 ◦ green 71 ◦ blue 123

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

Shades of Cranberry #D2477B

Tints of Cranberry #D2477B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.45%

R = 51.98%
G = 17.57%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D2477B (or 0xD2477B) is known color: Cranberry. HEX triplet: D2, 47 and 7B. RGB value is (210,71,123). Sum of RGB (Red+Green+Blue) = 210+71+123=404 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.98% from 404); Green value is 71 (28.12% from 255 or 17.57% from 404); Blue value is 123 (48.44% from 255 or 30.45% from 404); Max value from RGB is 210 - color contains mainly: red. Hex color #D2477B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2477B is #2DB884. Grayscale: #767676. Windows color (decimal): -2996357 or 8079314. OLE color: 8079314.

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

Color convert

RGB 210 71 123 -
CMYK 0 0.66 0.41 0.18
HSL 337.55º 0.61% 0.55% -
HSV(B) 337.55º 0.66% 0.82% -
XYZ 32.41 19.64 20.82 -
YUV 118.49 130.55 193.27 -
System Red Green Blue C M Y K H S L
Decimal 210 71 123 0 0.66 0.41 0.18 337.55 0.61 0.55
Hex D2 47 7B 0 42 29 12 152 3D 37
Octal 322 107 173 0 102 51 22 522 75 67
Binary 11010010 1000111 1111011 0 1000010 101001 10010 101010010 111101 110111

Color Harmonies of #D2477B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2477B

Black with #D2477B

Text Example


Text Example

White with #D2477B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2477B; }

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

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

background-color css

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

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

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

border-color css

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

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

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