Html Css Color HEX #DA5183 Cranberry

📋 copy color: '#DA5183'

red 218 ◦ green 81 ◦ blue 131

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

Shades of Cranberry #DA5183

Tints of Cranberry #DA5183

RGB

 RED value IS 218 (85.55% from 255) = 50.7%

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

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

R = 50.7%
G = 18.84%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#DA5183 (or 0xDA5183) is known color: Cranberry. HEX triplet: DA, 51 and 83. RGB value is (218,81,131). Sum of RGB (Red+Green+Blue) = 218+81+131=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 81 (32.03% from 255 or 18.84% from 430); Blue value is 131 (51.56% from 255 or 30.47% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5183 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5183 is #25AE7C. Grayscale: #7F7F7F. Windows color (decimal): -2469501 or 8606170. OLE color: 8606170.

HSL color Cylindrical-coordinate representation of color #DA5183: hue angle of 338.1º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DA5183 is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 81 131 -
CMYK 0 0.63 0.40 0.15
HSL 338.1º 0.65% 0.59% -
HSV(B) 338.1º 0.63% 0.85% -
XYZ 35.95 22.43 23.91 -
YUV 127.66 129.89 192.43 -
System Red Green Blue C M Y K H S L
Decimal 218 81 131 0 0.63 0.40 0.15 338.1 0.65 0.59
Hex DA 51 83 0 3F 28 F 152 41 3B
Octal 332 121 203 0 77 50 17 522 101 73
Binary 11011010 1010001 10000011 0 111111 101000 1111 101010010 1000001 111011

Color Harmonies of #DA5183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5183

Black with #DA5183

Text Example


Text Example

White with #DA5183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5183; }

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

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

background-color css

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

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

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

border-color css

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

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

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