Html Css Color HEX #DA4582 Cranberry

📋 copy color: '#DA4582'

red 218 ◦ green 69 ◦ blue 130

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

Shades of Cranberry #DA4582

Tints of Cranberry #DA4582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 31.18%

R = 52.28%
G = 16.55%
B = 31.18%

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

#DA4582 (or 0xDA4582) is known color: Cranberry. HEX triplet: DA, 45 and 82. RGB value is (218,69,130). Sum of RGB (Red+Green+Blue) = 218+69+130=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 69 (27.34% from 255 or 16.55% from 417); Blue value is 130 (51.17% from 255 or 31.18% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4582 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4582 is #25BA7D. Grayscale: #787878. Windows color (decimal): -2472574 or 8537562. OLE color: 8537562.

HSL color Cylindrical-coordinate representation of color #DA4582: hue angle of 335.44º 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 #DA4582 is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 69 130 -
CMYK 0 0.68 0.40 0.15
HSL 335.44º 0.67% 0.56% -
HSV(B) 335.44º 0.68% 0.85% -
XYZ 35.07 20.77 23.28 -
YUV 120.51 133.36 197.54 -
System Red Green Blue C M Y K H S L
Decimal 218 69 130 0 0.68 0.40 0.15 335.44 0.67 0.56
Hex DA 45 82 0 44 28 F 14F 43 38
Octal 332 105 202 0 104 50 17 517 103 70
Binary 11011010 1000101 10000010 0 1000100 101000 1111 101001111 1000011 111000

Color Harmonies of #DA4582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4582

Black with #DA4582

Text Example


Text Example

White with #DA4582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4582; }

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

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

background-color css

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

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

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

border-color css

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

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

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