Html Css Color HEX #D84682 Cranberry

📋 copy color: '#D84682'

red 216 ◦ green 70 ◦ blue 130

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

Shades of Cranberry #D84682

Tints of Cranberry #D84682

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.83%

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

R = 51.92%
G = 16.83%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D84682 (or 0xD84682) is known color: Cranberry. HEX triplet: D8, 46 and 82. RGB value is (216,70,130). Sum of RGB (Red+Green+Blue) = 216+70+130=416 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.92% from 416); Green value is 70 (27.73% from 255 or 16.83% from 416); Blue value is 130 (51.17% from 255 or 31.25% from 416); Max value from RGB is 216 - color contains mainly: red. Hex color #D84682 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84682 is #27B97D. Grayscale: #787878. Windows color (decimal): -2603390 or 8537816. OLE color: 8537816.

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

Color convert

RGB 216 70 130 -
CMYK 0 0.68 0.40 0.15
HSL 335.34º 0.65% 0.56% -
HSV(B) 335.34º 0.68% 0.85% -
XYZ 34.54 20.59 23.27 -
YUV 120.49 133.37 196.12 -
System Red Green Blue C M Y K H S L
Decimal 216 70 130 0 0.68 0.40 0.15 335.34 0.65 0.56
Hex D8 46 82 0 44 28 F 14F 41 38
Octal 330 106 202 0 104 50 17 517 101 70
Binary 11011000 1000110 10000010 0 1000100 101000 1111 101001111 1000001 111000

Color Harmonies of #D84682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84682

Black with #D84682

Text Example


Text Example

White with #D84682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84682; }

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

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

background-color css

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

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

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

border-color css

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

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

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