Html Css Color HEX #D55478 Cranberry

📋 copy color: '#D55478'

red 213 ◦ green 84 ◦ blue 120

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

Shades of Cranberry #D55478

Tints of Cranberry #D55478

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.14%

 BLUE value IS 120 (47.27% from 255) = 28.78%

R = 51.08%
G = 20.14%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D55478 (or 0xD55478) is known color: Cranberry. HEX triplet: D5, 54 and 78. RGB value is (213,84,120). Sum of RGB (Red+Green+Blue) = 213+84+120=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 84 (33.20% from 255 or 20.14% from 417); Blue value is 120 (47.27% from 255 or 28.78% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D55478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55478 is #2AAB87. Grayscale: #7E7E7E. Windows color (decimal): -2796424 or 7886037. OLE color: 7886037.

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

Color convert

RGB 213 84 120 -
CMYK 0 0.61 0.44 0.16
HSL 343.26º 0.61% 0.58% -
HSV(B) 343.26º 0.61% 0.84% -
XYZ 34 21.84 20.19 -
YUV 126.68 124.24 189.57 -
System Red Green Blue C M Y K H S L
Decimal 213 84 120 0 0.61 0.44 0.16 343.26 0.61 0.58
Hex D5 54 78 0 3D 2C 10 157 3D 3A
Octal 325 124 170 0 75 54 20 527 75 72
Binary 11010101 1010100 1111000 0 111101 101100 10000 101010111 111101 111010

Color Harmonies of #D55478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55478

Black with #D55478

Text Example


Text Example

White with #D55478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55478; }

 p { color: rgb(213,84,120); }

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

background-color css

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

 a { background-color: rgb(213,84,120); }

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

border-color css

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

 span { border-color: rgb(213,84,120); }

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