Html Css Color HEX #D84280 Cranberry

📋 copy color: '#D84280'

red 216 ◦ green 66 ◦ blue 128

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

Shades of Cranberry #D84280

Tints of Cranberry #D84280

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.1%

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

R = 52.68%
G = 16.1%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D84280 (or 0xD84280) is known color: Cranberry. HEX triplet: D8, 42 and 80. RGB value is (216,66,128). Sum of RGB (Red+Green+Blue) = 216+66+128=410 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.68% from 410); Green value is 66 (26.17% from 255 or 16.10% from 410); Blue value is 128 (50.39% from 255 or 31.22% from 410); Max value from RGB is 216 - color contains mainly: red. Hex color #D84280 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84280 is #27BD7F. Grayscale: #757575. Windows color (decimal): -2604416 or 8405720. OLE color: 8405720.

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

Color convert

RGB 216 66 128 -
CMYK 0 0.69 0.41 0.15
HSL 335.2º 0.66% 0.55% -
HSV(B) 335.2º 0.69% 0.85% -
XYZ 34.16 20.05 22.49 -
YUV 117.92 133.7 197.96 -
System Red Green Blue C M Y K H S L
Decimal 216 66 128 0 0.69 0.41 0.15 335.2 0.66 0.55
Hex D8 42 80 0 45 29 F 14F 42 37
Octal 330 102 200 0 105 51 17 517 102 67
Binary 11011000 1000010 10000000 0 1000101 101001 1111 101001111 1000010 110111

Color Harmonies of #D84280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84280

Black with #D84280

Text Example


Text Example

White with #D84280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84280; }

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

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

background-color css

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

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

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

border-color css

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

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

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