Html Css Color HEX #D15283 Cranberry

📋 copy color: '#D15283'

red 209 ◦ green 82 ◦ blue 131

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

Shades of Cranberry #D15283

Tints of Cranberry #D15283

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.43%

 BLUE value IS 131 (51.56% from 255) = 31.04%

R = 49.53%
G = 19.43%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D15283 (or 0xD15283) is known color: Cranberry. HEX triplet: D1, 52 and 83. RGB value is (209,82,131). Sum of RGB (Red+Green+Blue) = 209+82+131=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 82 (32.42% from 255 or 19.43% from 422); Blue value is 131 (51.56% from 255 or 31.04% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D15283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15283 is #2EAD7C. Grayscale: #7D7D7D. Windows color (decimal): -3059069 or 8606417. OLE color: 8606417.

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

Color convert

RGB 209 82 131 -
CMYK 0 0.61 0.37 0.18
HSL 336.85º 0.58% 0.57% -
HSV(B) 336.85º 0.61% 0.82% -
XYZ 33.41 21.23 23.81 -
YUV 125.56 131.08 187.52 -
System Red Green Blue C M Y K H S L
Decimal 209 82 131 0 0.61 0.37 0.18 336.85 0.58 0.57
Hex D1 52 83 0 3D 25 12 151 3A 39
Octal 321 122 203 0 75 45 22 521 72 71
Binary 11010001 1010010 10000011 0 111101 100101 10010 101010001 111010 111001

Color Harmonies of #D15283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15283

Black with #D15283

Text Example


Text Example

White with #D15283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15283; }

 p { color: rgb(209,82,131); }

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

background-color css

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

 a { background-color: rgb(209,82,131); }

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

border-color css

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

 span { border-color: rgb(209,82,131); }

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