Html Css Color HEX #D15682 Cranberry

📋 copy color: '#D15682'

red 209 ◦ green 86 ◦ blue 130

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

Shades of Cranberry #D15682

Tints of Cranberry #D15682

RGB

 RED value IS 209 (82.03% from 255) = 49.18%

 GREEN value IS 86 (33.98% from 255) = 20.24%

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

R = 49.18%
G = 20.24%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D15682 (or 0xD15682) is known color: Cranberry. HEX triplet: D1, 56 and 82. RGB value is (209,86,130). Sum of RGB (Red+Green+Blue) = 209+86+130=425 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.18% from 425); Green value is 86 (33.98% from 255 or 20.24% from 425); Blue value is 130 (51.17% from 255 or 30.59% from 425); Max value from RGB is 209 - color contains mainly: red. Hex color #D15682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15682 is #2EA97D. Grayscale: #7F7F7F. Windows color (decimal): -3058046 or 8541905. OLE color: 8541905.

HSL color Cylindrical-coordinate representation of color #D15682: hue angle of 338.54º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D15682 is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 86 130 -
CMYK 0 0.59 0.38 0.18
HSL 338.54º 0.57% 0.58% -
HSV(B) 338.54º 0.59% 0.82% -
XYZ 33.65 21.82 23.56 -
YUV 127.79 129.25 185.92 -
System Red Green Blue C M Y K H S L
Decimal 209 86 130 0 0.59 0.38 0.18 338.54 0.57 0.58
Hex D1 56 82 0 3B 26 12 153 39 3A
Octal 321 126 202 0 73 46 22 523 71 72
Binary 11010001 1010110 10000010 0 111011 100110 10010 101010011 111001 111010

Color Harmonies of #D15682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15682

Black with #D15682

Text Example


Text Example

White with #D15682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15682; }

 p { color: rgb(209,86,130); }

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

background-color css

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

 a { background-color: rgb(209,86,130); }

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

border-color css

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

 span { border-color: rgb(209,86,130); }

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