Html Css Color HEX #D54477 Cranberry

📋 copy color: '#D54477'

red 213 ◦ green 68 ◦ blue 119

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

Shades of Cranberry #D54477

Tints of Cranberry #D54477

RGB

 RED value IS 213 (83.59% from 255) = 53.25%

 GREEN value IS 68 (26.95% from 255) = 17%

 BLUE value IS 119 (46.88% from 255) = 29.75%

R = 53.25%
G = 17%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D54477 (or 0xD54477) is known color: Cranberry. HEX triplet: D5, 44 and 77. RGB value is (213,68,119). Sum of RGB (Red+Green+Blue) = 213+68+119=400 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.25% from 400); Green value is 68 (26.95% from 255 or 17% from 400); Blue value is 119 (46.88% from 255 or 29.75% from 400); Max value from RGB is 213 - color contains mainly: red. Hex color #D54477 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54477 is #2ABB88. Grayscale: #757575. Windows color (decimal): -2800521 or 7816405. OLE color: 7816405.

HSL color Cylindrical-coordinate representation of color #D54477: hue angle of 338.9º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D54477 is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 68 119 -
CMYK 0 0.68 0.44 0.16
HSL 338.9º 0.63% 0.55% -
HSV(B) 338.9º 0.68% 0.84% -
XYZ 32.84 19.61 19.51 -
YUV 117.17 129.04 196.35 -
System Red Green Blue C M Y K H S L
Decimal 213 68 119 0 0.68 0.44 0.16 338.9 0.63 0.55
Hex D5 44 77 0 44 2C 10 153 3F 37
Octal 325 104 167 0 104 54 20 523 77 67
Binary 11010101 1000100 1110111 0 1000100 101100 10000 101010011 111111 110111

Color Harmonies of #D54477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54477

Black with #D54477

Text Example


Text Example

White with #D54477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54477; }

 p { color: rgb(213,68,119); }

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

background-color css

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

 a { background-color: rgb(213,68,119); }

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

border-color css

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

 span { border-color: rgb(213,68,119); }

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