Html Css Color HEX #D84380 Cranberry

📋 copy color: '#D84380'

red 216 ◦ green 67 ◦ blue 128

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

Shades of Cranberry #D84380

Tints of Cranberry #D84380

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.3%

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

R = 52.55%
G = 16.3%
B = 31.14%

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

#D84380 (or 0xD84380) is known color: Cranberry. HEX triplet: D8, 43 and 80. RGB value is (216,67,128). Sum of RGB (Red+Green+Blue) = 216+67+128=411 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.55% from 411); Green value is 67 (26.56% from 255 or 16.30% from 411); Blue value is 128 (50.39% from 255 or 31.14% from 411); Max value from RGB is 216 - color contains mainly: red. Hex color #D84380 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84380 is #27BC7F. Grayscale: #767676. Windows color (decimal): -2604160 or 8405976. OLE color: 8405976.

HSL color Cylindrical-coordinate representation of color #D84380: hue angle of 335.44º 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 #D84380 is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 67 128 -
CMYK 0 0.69 0.41 0.15
HSL 335.44º 0.66% 0.55% -
HSV(B) 335.44º 0.69% 0.85% -
XYZ 34.22 20.17 22.51 -
YUV 118.51 133.36 197.54 -
System Red Green Blue C M Y K H S L
Decimal 216 67 128 0 0.69 0.41 0.15 335.44 0.66 0.55
Hex D8 43 80 0 45 29 F 14F 42 37
Octal 330 103 200 0 105 51 17 517 102 67
Binary 11011000 1000011 10000000 0 1000101 101001 1111 101001111 1000010 110111

Color Harmonies of #D84380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84380

Black with #D84380

Text Example


Text Example

White with #D84380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84380; }

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

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

background-color css

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

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

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

border-color css

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

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

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