Html Css Color HEX #D15183 Cranberry

📋 copy color: '#D15183'

red 209 ◦ green 81 ◦ blue 131

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

Shades of Cranberry #D15183

Tints of Cranberry #D15183

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.24%

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

R = 49.64%
G = 19.24%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D15183 (or 0xD15183) is known color: Cranberry. HEX triplet: D1, 51 and 83. RGB value is (209,81,131). Sum of RGB (Red+Green+Blue) = 209+81+131=421 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.64% from 421); Green value is 81 (32.03% from 255 or 19.24% from 421); Blue value is 131 (51.56% from 255 or 31.12% from 421); Max value from RGB is 209 - color contains mainly: red. Hex color #D15183 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15183 is #2EAE7C. Grayscale: #7C7C7C. Windows color (decimal): -3059325 or 8606161. OLE color: 8606161.

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

Color convert

RGB 209 81 131 -
CMYK 0 0.61 0.37 0.18
HSL 336.56º 0.58% 0.57% -
HSV(B) 336.56º 0.61% 0.82% -
XYZ 33.33 21.08 23.78 -
YUV 124.97 131.41 187.93 -
System Red Green Blue C M Y K H S L
Decimal 209 81 131 0 0.61 0.37 0.18 336.56 0.58 0.57
Hex D1 51 83 0 3D 25 12 151 3A 39
Octal 321 121 203 0 75 45 22 521 72 71
Binary 11010001 1010001 10000011 0 111101 100101 10010 101010001 111010 111001

Color Harmonies of #D15183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15183

Black with #D15183

Text Example


Text Example

White with #D15183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15183; }

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

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

background-color css

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

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

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

border-color css

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

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

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