Html Css Color HEX #D3477B Cranberry

📋 copy color: '#D3477B'

red 211 ◦ green 71 ◦ blue 123

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

Shades of Cranberry #D3477B

Tints of Cranberry #D3477B

RGB

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

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

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

R = 52.1%
G = 17.53%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#D3477B (or 0xD3477B) is known color: Cranberry. HEX triplet: D3, 47 and 7B. RGB value is (211,71,123). Sum of RGB (Red+Green+Blue) = 211+71+123=405 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.10% from 405); Green value is 71 (28.12% from 255 or 17.53% from 405); Blue value is 123 (48.44% from 255 or 30.37% from 405); Max value from RGB is 211 - color contains mainly: red. Hex color #D3477B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3477B is #2CB884. Grayscale: #767676. Windows color (decimal): -2930821 or 8079315. OLE color: 8079315.

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

Color convert

RGB 211 71 123 -
CMYK 0 0.66 0.42 0.17
HSL 337.71º 0.61% 0.55% -
HSV(B) 337.71º 0.66% 0.83% -
XYZ 32.69 19.79 20.83 -
YUV 118.79 130.38 193.77 -
System Red Green Blue C M Y K H S L
Decimal 211 71 123 0 0.66 0.42 0.17 337.71 0.61 0.55
Hex D3 47 7B 0 42 2A 11 152 3D 37
Octal 323 107 173 0 102 52 21 522 75 67
Binary 11010011 1000111 1111011 0 1000010 101010 10001 101010010 111101 110111

Color Harmonies of #D3477B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3477B

Black with #D3477B

Text Example


Text Example

White with #D3477B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3477B; }

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

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

background-color css

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

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

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

border-color css

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

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

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