Html Css Color HEX #D15883 Cranberry

📋 copy color: '#D15883'

red 209 ◦ green 88 ◦ blue 131

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

Shades of Cranberry #D15883

Tints of Cranberry #D15883

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.56%

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

R = 48.83%
G = 20.56%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D15883 (or 0xD15883) is known color: Cranberry. HEX triplet: D1, 58 and 83. RGB value is (209,88,131). Sum of RGB (Red+Green+Blue) = 209+88+131=428 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.83% from 428); Green value is 88 (34.77% from 255 or 20.56% from 428); Blue value is 131 (51.56% from 255 or 30.61% from 428); Max value from RGB is 209 - color contains mainly: red. Hex color #D15883 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15883 is #2EA77C. Grayscale: #818181. Windows color (decimal): -3057533 or 8607953. OLE color: 8607953.

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

Color convert

RGB 209 88 131 -
CMYK 0 0.58 0.37 0.18
HSL 338.68º 0.57% 0.58% -
HSV(B) 338.68º 0.58% 0.82% -
XYZ 33.88 22.17 23.97 -
YUV 129.08 129.09 185 -
System Red Green Blue C M Y K H S L
Decimal 209 88 131 0 0.58 0.37 0.18 338.68 0.57 0.58
Hex D1 58 83 0 3A 25 12 153 39 3A
Octal 321 130 203 0 72 45 22 523 71 72
Binary 11010001 1011000 10000011 0 111010 100101 10010 101010011 111001 111010

Color Harmonies of #D15883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15883

Black with #D15883

Text Example


Text Example

White with #D15883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15883; }

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

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

background-color css

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

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

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

border-color css

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

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

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