Html Css Color HEX #D15280 Cranberry

📋 copy color: '#D15280'

red 209 ◦ green 82 ◦ blue 128

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

Shades of Cranberry #D15280

Tints of Cranberry #D15280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 30.55%

R = 49.88%
G = 19.57%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D15280 (or 0xD15280) is known color: Cranberry. HEX triplet: D1, 52 and 80. RGB value is (209,82,128). Sum of RGB (Red+Green+Blue) = 209+82+128=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 82 (32.42% from 255 or 19.57% from 419); Blue value is 128 (50.39% from 255 or 30.55% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D15280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15280 is #2EAD7F. Grayscale: #7D7D7D. Windows color (decimal): -3059072 or 8409809. OLE color: 8409809.

HSL color Cylindrical-coordinate representation of color #D15280: hue angle of 338.27º 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 #D15280 is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 82 128 -
CMYK 0 0.61 0.39 0.18
HSL 338.27º 0.58% 0.57% -
HSV(B) 338.27º 0.61% 0.82% -
XYZ 33.21 21.15 22.75 -
YUV 125.22 129.58 187.76 -
System Red Green Blue C M Y K H S L
Decimal 209 82 128 0 0.61 0.39 0.18 338.27 0.58 0.57
Hex D1 52 80 0 3D 27 12 152 3A 39
Octal 321 122 200 0 75 47 22 522 72 71
Binary 11010001 1010010 10000000 0 111101 100111 10010 101010010 111010 111001

Color Harmonies of #D15280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15280

Black with #D15280

Text Example


Text Example

White with #D15280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15280; }

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

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

background-color css

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

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

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

border-color css

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

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

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