Html Css Color HEX #D45580 Cranberry

📋 copy color: '#D45580'

red 212 ◦ green 85 ◦ blue 128

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

Shades of Cranberry #D45580

Tints of Cranberry #D45580

RGB

 RED value IS 212 (83.2% from 255) = 49.88%

 GREEN value IS 85 (33.59% from 255) = 20%

 BLUE value IS 128 (50.39% from 255) = 30.12%

R = 49.88%
G = 20%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D45580 (or 0xD45580) is known color: Cranberry. HEX triplet: D4, 55 and 80. RGB value is (212,85,128). Sum of RGB (Red+Green+Blue) = 212+85+128=425 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.88% from 425); Green value is 85 (33.59% from 255 or 20% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 212 - color contains mainly: red. Hex color #D45580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45580 is #2BAA7F. Grayscale: #7F7F7F. Windows color (decimal): -2861696 or 8410580. OLE color: 8410580.

HSL color Cylindrical-coordinate representation of color #D45580: hue angle of 339.69º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D45580 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 85 128 -
CMYK 0 0.60 0.40 0.17
HSL 339.69º 0.6% 0.58% -
HSV(B) 339.69º 0.6% 0.83% -
XYZ 34.3 22.05 22.87 -
YUV 127.88 128.08 188 -
System Red Green Blue C M Y K H S L
Decimal 212 85 128 0 0.60 0.40 0.17 339.69 0.6 0.58
Hex D4 55 80 0 3C 28 11 154 3C 3A
Octal 324 125 200 0 74 50 21 524 74 72
Binary 11010100 1010101 10000000 0 111100 101000 10001 101010100 111100 111010

Color Harmonies of #D45580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45580

Black with #D45580

Text Example


Text Example

White with #D45580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45580; }

 p { color: rgb(212,85,128); }

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

background-color css

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

 a { background-color: rgb(212,85,128); }

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

border-color css

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

 span { border-color: rgb(212,85,128); }

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