Html Css Color HEX #D3477D Cranberry

📋 copy color: '#D3477D'

red 211 ◦ green 71 ◦ blue 125

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

Shades of Cranberry #D3477D

Tints of Cranberry #D3477D

RGB

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

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

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

R = 51.84%
G = 17.44%
B = 30.71%

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

#D3477D (or 0xD3477D) is known color: Cranberry. HEX triplet: D3, 47 and 7D. RGB value is (211,71,125). Sum of RGB (Red+Green+Blue) = 211+71+125=407 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.84% from 407); Green value is 71 (28.12% from 255 or 17.44% from 407); Blue value is 125 (49.22% from 255 or 30.71% from 407); Max value from RGB is 211 - color contains mainly: red. Hex color #D3477D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3477D is #2CB882. Grayscale: #767676. Windows color (decimal): -2930819 or 8210387. OLE color: 8210387.

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

Color convert

RGB 211 71 125 -
CMYK 0 0.66 0.41 0.17
HSL 336.86º 0.61% 0.55% -
HSV(B) 336.86º 0.66% 0.83% -
XYZ 32.82 19.84 21.5 -
YUV 119.02 131.38 193.61 -
System Red Green Blue C M Y K H S L
Decimal 211 71 125 0 0.66 0.41 0.17 336.86 0.61 0.55
Hex D3 47 7D 0 42 29 11 151 3D 37
Octal 323 107 175 0 102 51 21 521 75 67
Binary 11010011 1000111 1111101 0 1000010 101001 10001 101010001 111101 110111

Color Harmonies of #D3477D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3477D

Black with #D3477D

Text Example


Text Example

White with #D3477D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3477D; }

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

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

background-color css

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

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

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

border-color css

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

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

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