Html Css Color HEX #D15285 Cranberry

📋 copy color: '#D15285'

red 209 ◦ green 82 ◦ blue 133

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

Shades of Cranberry #D15285

Tints of Cranberry #D15285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 31.37%

R = 49.29%
G = 19.34%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D15285 (or 0xD15285) is known color: Cranberry. HEX triplet: D1, 52 and 85. RGB value is (209,82,133). Sum of RGB (Red+Green+Blue) = 209+82+133=424 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.29% from 424); Green value is 82 (32.42% from 255 or 19.34% from 424); Blue value is 133 (52.34% from 255 or 31.37% from 424); Max value from RGB is 209 - color contains mainly: red. Hex color #D15285 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15285 is #2EAD7A. Grayscale: #7D7D7D. Windows color (decimal): -3059067 or 8737489. OLE color: 8737489.

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

Color convert

RGB 209 82 133 -
CMYK 0 0.61 0.36 0.18
HSL 335.91º 0.58% 0.57% -
HSV(B) 335.91º 0.61% 0.82% -
XYZ 33.55 21.28 24.53 -
YUV 125.79 132.08 187.35 -
System Red Green Blue C M Y K H S L
Decimal 209 82 133 0 0.61 0.36 0.18 335.91 0.58 0.57
Hex D1 52 85 0 3D 24 12 150 3A 39
Octal 321 122 205 0 75 44 22 520 72 71
Binary 11010001 1010010 10000101 0 111101 100100 10010 101010000 111010 111001

Color Harmonies of #D15285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15285

Black with #D15285

Text Example


Text Example

White with #D15285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15285; }

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

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

background-color css

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

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

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

border-color css

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

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

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