Html Css Color HEX #D3477C Cranberry

📋 copy color: '#D3477C'

red 211 ◦ green 71 ◦ blue 124

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

Shades of Cranberry #D3477C

Tints of Cranberry #D3477C

RGB

 RED value IS 211 (82.81% from 255) = 51.97%

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

 BLUE value IS 124 (48.83% from 255) = 30.54%

R = 51.97%
G = 17.49%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#D3477C (or 0xD3477C) is known color: Cranberry. HEX triplet: D3, 47 and 7C. RGB value is (211,71,124). Sum of RGB (Red+Green+Blue) = 211+71+124=406 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.97% from 406); Green value is 71 (28.12% from 255 or 17.49% from 406); Blue value is 124 (48.83% from 255 or 30.54% from 406); Max value from RGB is 211 - color contains mainly: red. Hex color #D3477C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3477C is #2CB883. Grayscale: #767676. Windows color (decimal): -2930820 or 8144851. OLE color: 8144851.

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

Color convert

RGB 211 71 124 -
CMYK 0 0.66 0.41 0.17
HSL 337.29º 0.61% 0.55% -
HSV(B) 337.29º 0.66% 0.83% -
XYZ 32.76 19.81 21.17 -
YUV 118.9 130.88 193.69 -
System Red Green Blue C M Y K H S L
Decimal 211 71 124 0 0.66 0.41 0.17 337.29 0.61 0.55
Hex D3 47 7C 0 42 29 11 151 3D 37
Octal 323 107 174 0 102 51 21 521 75 67
Binary 11010011 1000111 1111100 0 1000010 101001 10001 101010001 111101 110111

Color Harmonies of #D3477C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3477C

Black with #D3477C

Text Example


Text Example

White with #D3477C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3477C; }

 p { color: rgb(211,71,124); }

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

background-color css

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

 a { background-color: rgb(211,71,124); }

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

border-color css

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

 span { border-color: rgb(211,71,124); }

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