Html Css Color HEX #D85182 Cranberry

📋 copy color: '#D85182'

red 216 ◦ green 81 ◦ blue 130

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

Shades of Cranberry #D85182

Tints of Cranberry #D85182

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.97%

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

R = 50.59%
G = 18.97%
B = 30.44%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D85182 (or 0xD85182) is known color: Cranberry. HEX triplet: D8, 51 and 82. RGB value is (216,81,130). Sum of RGB (Red+Green+Blue) = 216+81+130=427 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.59% from 427); Green value is 81 (32.03% from 255 or 18.97% from 427); Blue value is 130 (51.17% from 255 or 30.44% from 427); Max value from RGB is 216 - color contains mainly: red. Hex color #D85182 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85182 is #27AE7D. Grayscale: #7E7E7E. Windows color (decimal): -2600574 or 8540632. OLE color: 8540632.

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

Color convert

RGB 216 81 130 -
CMYK 0 0.62 0.40 0.15
HSL 338.22º 0.63% 0.58% -
HSV(B) 338.22º 0.63% 0.85% -
XYZ 35.29 22.1 23.52 -
YUV 126.95 129.73 191.52 -
System Red Green Blue C M Y K H S L
Decimal 216 81 130 0 0.62 0.40 0.15 338.22 0.63 0.58
Hex D8 51 82 0 3E 28 F 152 3F 3A
Octal 330 121 202 0 76 50 17 522 77 72
Binary 11011000 1010001 10000010 0 111110 101000 1111 101010010 111111 111010

Color Harmonies of #D85182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85182

Black with #D85182

Text Example


Text Example

White with #D85182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85182; }

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

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

background-color css

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

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

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

border-color css

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

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

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