Html Css Color HEX #DA4580 Cranberry

📋 copy color: '#DA4580'

red 218 ◦ green 69 ◦ blue 128

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

Shades of Cranberry #DA4580

Tints of Cranberry #DA4580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 30.84%

R = 52.53%
G = 16.63%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#DA4580 (or 0xDA4580) is known color: Cranberry. HEX triplet: DA, 45 and 80. RGB value is (218,69,128). Sum of RGB (Red+Green+Blue) = 218+69+128=415 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.53% from 415); Green value is 69 (27.34% from 255 or 16.63% from 415); Blue value is 128 (50.39% from 255 or 30.84% from 415); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4580 is #25BA7F. Grayscale: #787878. Windows color (decimal): -2472576 or 8406490. OLE color: 8406490.

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

Color convert

RGB 218 69 128 -
CMYK 0 0.68 0.41 0.15
HSL 336.24º 0.67% 0.56% -
HSV(B) 336.24º 0.68% 0.85% -
XYZ 34.94 20.72 22.58 -
YUV 120.28 132.36 197.7 -
System Red Green Blue C M Y K H S L
Decimal 218 69 128 0 0.68 0.41 0.15 336.24 0.67 0.56
Hex DA 45 80 0 44 29 F 150 43 38
Octal 332 105 200 0 104 51 17 520 103 70
Binary 11011010 1000101 10000000 0 1000100 101001 1111 101010000 1000011 111000

Color Harmonies of #DA4580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4580

Black with #DA4580

Text Example


Text Example

White with #DA4580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4580; }

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

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

background-color css

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

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

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

border-color css

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

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

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