Html Css Color HEX #DA5883 Cranberry

📋 copy color: '#DA5883'

red 218 ◦ green 88 ◦ blue 131

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

Shades of Cranberry #DA5883

Tints of Cranberry #DA5883

RGB

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

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

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

R = 49.89%
G = 20.14%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#DA5883 (or 0xDA5883) is known color: Cranberry. HEX triplet: DA, 58 and 83. RGB value is (218,88,131). Sum of RGB (Red+Green+Blue) = 218+88+131=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 88 (34.77% from 255 or 20.14% from 437); Blue value is 131 (51.56% from 255 or 29.98% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5883 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5883 is #25A77C. Grayscale: #838383. Windows color (decimal): -2467709 or 8607962. OLE color: 8607962.

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

Color convert

RGB 218 88 131 -
CMYK 0 0.60 0.40 0.15
HSL 340.15º 0.64% 0.6% -
HSV(B) 340.15º 0.6% 0.85% -
XYZ 36.5 23.52 24.09 -
YUV 131.77 127.57 189.5 -
System Red Green Blue C M Y K H S L
Decimal 218 88 131 0 0.60 0.40 0.15 340.15 0.64 0.6
Hex DA 58 83 0 3C 28 F 154 40 3C
Octal 332 130 203 0 74 50 17 524 100 74
Binary 11011010 1011000 10000011 0 111100 101000 1111 101010100 1000000 111100

Color Harmonies of #DA5883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5883

Black with #DA5883

Text Example


Text Example

White with #DA5883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5883; }

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

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

background-color css

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

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

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

border-color css

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

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

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