Html Css Color HEX #D55378 Cranberry

📋 copy color: '#D55378'

red 213 ◦ green 83 ◦ blue 120

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

Shades of Cranberry #D55378

Tints of Cranberry #D55378

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.95%

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

R = 51.2%
G = 19.95%
B = 28.85%

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

#D55378 (or 0xD55378) is known color: Cranberry. HEX triplet: D5, 53 and 78. RGB value is (213,83,120). Sum of RGB (Red+Green+Blue) = 213+83+120=416 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.20% from 416); Green value is 83 (32.81% from 255 or 19.95% from 416); Blue value is 120 (47.27% from 255 or 28.85% from 416); Max value from RGB is 213 - color contains mainly: red. Hex color #D55378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55378 is #2AAC87. Grayscale: #7E7E7E. Windows color (decimal): -2796680 or 7885781. OLE color: 7885781.

HSL color Cylindrical-coordinate representation of color #D55378: hue angle of 342.92º 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 #D55378 is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 83 120 -
CMYK 0 0.61 0.44 0.16
HSL 342.92º 0.61% 0.58% -
HSV(B) 342.92º 0.61% 0.84% -
XYZ 33.92 21.69 20.17 -
YUV 126.09 124.57 189.99 -
System Red Green Blue C M Y K H S L
Decimal 213 83 120 0 0.61 0.44 0.16 342.92 0.61 0.58
Hex D5 53 78 0 3D 2C 10 157 3D 3A
Octal 325 123 170 0 75 54 20 527 75 72
Binary 11010101 1010011 1111000 0 111101 101100 10000 101010111 111101 111010

Color Harmonies of #D55378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55378

Black with #D55378

Text Example


Text Example

White with #D55378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55378; }

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

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

background-color css

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

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

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

border-color css

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

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

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