Html Css Color HEX #D15884 Cranberry

📋 copy color: '#D15884'

red 209 ◦ green 88 ◦ blue 132

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

Shades of Cranberry #D15884

Tints of Cranberry #D15884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 30.77%

R = 48.72%
G = 20.51%
B = 30.77%

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

#D15884 (or 0xD15884) is known color: Cranberry. HEX triplet: D1, 58 and 84. RGB value is (209,88,132). Sum of RGB (Red+Green+Blue) = 209+88+132=429 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.72% from 429); Green value is 88 (34.77% from 255 or 20.51% from 429); Blue value is 132 (51.95% from 255 or 30.77% from 429); Max value from RGB is 209 - color contains mainly: red. Hex color #D15884 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15884 is #2EA77B. Grayscale: #818181. Windows color (decimal): -3057532 or 8673489. OLE color: 8673489.

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

Color convert

RGB 209 88 132 -
CMYK 0 0.58 0.37 0.18
HSL 338.18º 0.57% 0.58% -
HSV(B) 338.18º 0.58% 0.82% -
XYZ 33.95 22.2 24.33 -
YUV 129.2 129.59 184.92 -
System Red Green Blue C M Y K H S L
Decimal 209 88 132 0 0.58 0.37 0.18 338.18 0.57 0.58
Hex D1 58 84 0 3A 25 12 152 39 3A
Octal 321 130 204 0 72 45 22 522 71 72
Binary 11010001 1011000 10000100 0 111010 100101 10010 101010010 111001 111010

Color Harmonies of #D15884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15884

Black with #D15884

Text Example


Text Example

White with #D15884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15884; }

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

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

background-color css

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

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

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

border-color css

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

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

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