Html Css Color HEX #DA4583 Cranberry

📋 copy color: '#DA4583'

red 218 ◦ green 69 ◦ blue 131

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

Shades of Cranberry #DA4583

Tints of Cranberry #DA4583

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.51%

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

R = 52.15%
G = 16.51%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#DA4583 (or 0xDA4583) is known color: Cranberry. HEX triplet: DA, 45 and 83. RGB value is (218,69,131). Sum of RGB (Red+Green+Blue) = 218+69+131=418 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.15% from 418); Green value is 69 (27.34% from 255 or 16.51% from 418); Blue value is 131 (51.56% from 255 or 31.34% from 418); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4583 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4583 is #25BA7C. Grayscale: #787878. Windows color (decimal): -2472573 or 8603098. OLE color: 8603098.

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

Color convert

RGB 218 69 131 -
CMYK 0 0.68 0.40 0.15
HSL 335.03º 0.67% 0.56% -
HSV(B) 335.03º 0.68% 0.85% -
XYZ 35.14 20.8 23.64 -
YUV 120.62 133.86 197.46 -
System Red Green Blue C M Y K H S L
Decimal 218 69 131 0 0.68 0.40 0.15 335.03 0.67 0.56
Hex DA 45 83 0 44 28 F 14F 43 38
Octal 332 105 203 0 104 50 17 517 103 70
Binary 11011010 1000101 10000011 0 1000100 101000 1111 101001111 1000011 111000

Color Harmonies of #DA4583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4583

Black with #DA4583

Text Example


Text Example

White with #DA4583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4583; }

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

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

background-color css

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

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

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

border-color css

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

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

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