Html Css Color HEX #D84580 Cranberry

📋 copy color: '#D84580'

red 216 ◦ green 69 ◦ blue 128

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

Shades of Cranberry #D84580

Tints of Cranberry #D84580

RGB

 RED value IS 216 (84.77% from 255) = 52.3%

 GREEN value IS 69 (27.34% from 255) = 16.71%

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

R = 52.3%
G = 16.71%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D84580 (or 0xD84580) is known color: Cranberry. HEX triplet: D8, 45 and 80. RGB value is (216,69,128). Sum of RGB (Red+Green+Blue) = 216+69+128=413 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.30% from 413); Green value is 69 (27.34% from 255 or 16.71% from 413); Blue value is 128 (50.39% from 255 or 30.99% from 413); Max value from RGB is 216 - color contains mainly: red. Hex color #D84580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84580 is #27BA7F. Grayscale: #777777. Windows color (decimal): -2603648 or 8406488. OLE color: 8406488.

HSL color Cylindrical-coordinate representation of color #D84580: hue angle of 335.92º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D84580 is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 69 128 -
CMYK 0 0.68 0.41 0.15
HSL 335.92º 0.65% 0.56% -
HSV(B) 335.92º 0.68% 0.85% -
XYZ 34.34 20.41 22.55 -
YUV 119.68 132.7 196.7 -
System Red Green Blue C M Y K H S L
Decimal 216 69 128 0 0.68 0.41 0.15 335.92 0.65 0.56
Hex D8 45 80 0 44 29 F 150 41 38
Octal 330 105 200 0 104 51 17 520 101 70
Binary 11011000 1000101 10000000 0 1000100 101001 1111 101010000 1000001 111000

Color Harmonies of #D84580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84580

Black with #D84580

Text Example


Text Example

White with #D84580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84580; }

 p { color: rgb(216,69,128); }

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

background-color css

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

 a { background-color: rgb(216,69,128); }

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

border-color css

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

 span { border-color: rgb(216,69,128); }

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