Html Css Color HEX #D15382 Cranberry

📋 copy color: '#D15382'

red 209 ◦ green 83 ◦ blue 130

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

Shades of Cranberry #D15382

Tints of Cranberry #D15382

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.67%

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

R = 49.53%
G = 19.67%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D15382 (or 0xD15382) is known color: Cranberry. HEX triplet: D1, 53 and 82. RGB value is (209,83,130). Sum of RGB (Red+Green+Blue) = 209+83+130=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 83 (32.81% from 255 or 19.67% from 422); Blue value is 130 (51.17% from 255 or 30.81% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D15382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15382 is #2EAC7D. Grayscale: #7D7D7D. Windows color (decimal): -3058814 or 8541137. OLE color: 8541137.

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

Color convert

RGB 209 83 130 -
CMYK 0 0.60 0.38 0.18
HSL 337.62º 0.58% 0.57% -
HSV(B) 337.62º 0.6% 0.82% -
XYZ 33.42 21.35 23.48 -
YUV 126.03 130.24 187.18 -
System Red Green Blue C M Y K H S L
Decimal 209 83 130 0 0.60 0.38 0.18 337.62 0.58 0.57
Hex D1 53 82 0 3C 26 12 152 3A 39
Octal 321 123 202 0 74 46 22 522 72 71
Binary 11010001 1010011 10000010 0 111100 100110 10010 101010010 111010 111001

Color Harmonies of #D15382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15382

Black with #D15382

Text Example


Text Example

White with #D15382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15382; }

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

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

background-color css

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

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

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

border-color css

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

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

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