Html Css Color HEX #D15384 Cranberry

📋 copy color: '#D15384'

red 209 ◦ green 83 ◦ blue 132

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

Shades of Cranberry #D15384

Tints of Cranberry #D15384

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.58%

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

R = 49.29%
G = 19.58%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D15384 (or 0xD15384) is known color: Cranberry. HEX triplet: D1, 53 and 84. RGB value is (209,83,132). Sum of RGB (Red+Green+Blue) = 209+83+132=424 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.29% from 424); Green value is 83 (32.81% from 255 or 19.58% from 424); Blue value is 132 (51.95% from 255 or 31.13% from 424); Max value from RGB is 209 - color contains mainly: red. Hex color #D15384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15384 is #2EAC7B. Grayscale: #7E7E7E. Windows color (decimal): -3058812 or 8672209. OLE color: 8672209.

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

Color convert

RGB 209 83 132 -
CMYK 0 0.60 0.37 0.18
HSL 336.67º 0.58% 0.57% -
HSV(B) 336.67º 0.6% 0.82% -
XYZ 33.55 21.41 24.19 -
YUV 126.26 131.24 187.02 -
System Red Green Blue C M Y K H S L
Decimal 209 83 132 0 0.60 0.37 0.18 336.67 0.58 0.57
Hex D1 53 84 0 3C 25 12 151 3A 39
Octal 321 123 204 0 74 45 22 521 72 71
Binary 11010001 1010011 10000100 0 111100 100101 10010 101010001 111010 111001

Color Harmonies of #D15384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15384

Black with #D15384

Text Example


Text Example

White with #D15384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15384; }

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

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

background-color css

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

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

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

border-color css

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

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

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