Html Css Color HEX #D36082 Cranberry

📋 copy color: '#D36082'

red 211 ◦ green 96 ◦ blue 130

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

Shades of Cranberry #D36082

Tints of Cranberry #D36082

RGB

 RED value IS 211 (82.81% from 255) = 48.28%

 GREEN value IS 96 (37.89% from 255) = 21.97%

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

R = 48.28%
G = 21.97%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#D36082 (or 0xD36082) is known color: Cranberry. HEX triplet: D3, 60 and 82. RGB value is (211,96,130). Sum of RGB (Red+Green+Blue) = 211+96+130=437 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.28% from 437); Green value is 96 (37.89% from 255 or 21.97% from 437); Blue value is 130 (51.17% from 255 or 29.75% from 437); Max value from RGB is 211 - color contains mainly: red. Hex color #D36082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D36082 is #2C9F7D. Grayscale: #868686. Windows color (decimal): -2924414 or 8544467. OLE color: 8544467.

HSL color Cylindrical-coordinate representation of color #D36082: hue angle of 342.26º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D36082 is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 96 130 -
CMYK 0 0.55 0.38 0.17
HSL 342.26º 0.57% 0.6% -
HSV(B) 342.26º 0.55% 0.83% -
XYZ 35.08 23.83 23.87 -
YUV 134.26 125.6 182.74 -
System Red Green Blue C M Y K H S L
Decimal 211 96 130 0 0.55 0.38 0.17 342.26 0.57 0.6
Hex D3 60 82 0 37 26 11 156 39 3C
Octal 323 140 202 0 67 46 21 526 71 74
Binary 11010011 1100000 10000010 0 110111 100110 10001 101010110 111001 111100

Color Harmonies of #D36082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36082

Black with #D36082

Text Example


Text Example

White with #D36082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36082; }

 p { color: rgb(211,96,130); }

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

background-color css

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

 a { background-color: rgb(211,96,130); }

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

border-color css

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

 span { border-color: rgb(211,96,130); }

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