Html Css Color HEX #D55078 Cranberry

📋 copy color: '#D55078'

red 213 ◦ green 80 ◦ blue 120

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

Shades of Cranberry #D55078

Tints of Cranberry #D55078

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.37%

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

R = 51.57%
G = 19.37%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D55078 (or 0xD55078) is known color: Cranberry. HEX triplet: D5, 50 and 78. RGB value is (213,80,120). Sum of RGB (Red+Green+Blue) = 213+80+120=413 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.57% from 413); Green value is 80 (31.64% from 255 or 19.37% from 413); Blue value is 120 (47.27% from 255 or 29.06% from 413); Max value from RGB is 213 - color contains mainly: red. Hex color #D55078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55078 is #2AAF87. Grayscale: #7C7C7C. Windows color (decimal): -2797448 or 7885013. OLE color: 7885013.

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

Color convert

RGB 213 80 120 -
CMYK 0 0.62 0.44 0.16
HSL 341.95º 0.61% 0.57% -
HSV(B) 341.95º 0.62% 0.84% -
XYZ 33.7 21.24 20.09 -
YUV 124.33 125.56 191.25 -
System Red Green Blue C M Y K H S L
Decimal 213 80 120 0 0.62 0.44 0.16 341.95 0.61 0.57
Hex D5 50 78 0 3E 2C 10 156 3D 39
Octal 325 120 170 0 76 54 20 526 75 71
Binary 11010101 1010000 1111000 0 111110 101100 10000 101010110 111101 111001

Color Harmonies of #D55078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55078

Black with #D55078

Text Example


Text Example

White with #D55078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55078; }

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

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

background-color css

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

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

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

border-color css

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

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

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