Html Css Color HEX #D15581 Cranberry

📋 copy color: '#D15581'

red 209 ◦ green 85 ◦ blue 129

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

Shades of Cranberry #D15581

Tints of Cranberry #D15581

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.09%

 BLUE value IS 129 (50.78% from 255) = 30.5%

R = 49.41%
G = 20.09%
B = 30.5%

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

#D15581 (or 0xD15581) is known color: Cranberry. HEX triplet: D1, 55 and 81. RGB value is (209,85,129). Sum of RGB (Red+Green+Blue) = 209+85+129=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 85 (33.59% from 255 or 20.09% from 423); Blue value is 129 (50.78% from 255 or 30.50% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D15581 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15581 is #2EAA7E. Grayscale: #7F7F7F. Windows color (decimal): -3058303 or 8476113. OLE color: 8476113.

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

Color convert

RGB 209 85 129 -
CMYK 0 0.59 0.38 0.18
HSL 338.71º 0.57% 0.58% -
HSV(B) 338.71º 0.59% 0.82% -
XYZ 33.51 21.64 23.18 -
YUV 127.09 129.08 186.42 -
System Red Green Blue C M Y K H S L
Decimal 209 85 129 0 0.59 0.38 0.18 338.71 0.57 0.58
Hex D1 55 81 0 3B 26 12 153 39 3A
Octal 321 125 201 0 73 46 22 523 71 72
Binary 11010001 1010101 10000001 0 111011 100110 10010 101010011 111001 111010

Color Harmonies of #D15581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15581

Black with #D15581

Text Example


Text Example

White with #D15581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15581; }

 p { color: rgb(209,85,129); }

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

background-color css

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

 a { background-color: rgb(209,85,129); }

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

border-color css

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

 span { border-color: rgb(209,85,129); }

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