Html Css Color HEX #D85082 Cranberry

📋 copy color: '#D85082'

red 216 ◦ green 80 ◦ blue 130

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

Shades of Cranberry #D85082

Tints of Cranberry #D85082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 30.52%

R = 50.7%
G = 18.78%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D85082 (or 0xD85082) is known color: Cranberry. HEX triplet: D8, 50 and 82. RGB value is (216,80,130). Sum of RGB (Red+Green+Blue) = 216+80+130=426 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.70% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 130 (51.17% from 255 or 30.52% from 426); Max value from RGB is 216 - color contains mainly: red. Hex color #D85082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85082 is #27AF7D. Grayscale: #7E7E7E. Windows color (decimal): -2600830 or 8540376. OLE color: 8540376.

HSL color Cylindrical-coordinate representation of color #D85082: hue angle of 337.94º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D85082 is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 80 130 -
CMYK 0 0.63 0.40 0.15
HSL 337.94º 0.64% 0.58% -
HSV(B) 337.94º 0.63% 0.85% -
XYZ 35.22 21.95 23.5 -
YUV 126.36 130.06 191.93 -
System Red Green Blue C M Y K H S L
Decimal 216 80 130 0 0.63 0.40 0.15 337.94 0.64 0.58
Hex D8 50 82 0 3F 28 F 152 40 3A
Octal 330 120 202 0 77 50 17 522 100 72
Binary 11011000 1010000 10000010 0 111111 101000 1111 101010010 1000000 111010

Color Harmonies of #D85082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85082

Black with #D85082

Text Example


Text Example

White with #D85082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85082; }

 p { color: rgb(216,80,130); }

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

background-color css

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

 a { background-color: rgb(216,80,130); }

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

border-color css

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

 span { border-color: rgb(216,80,130); }

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