Html Css Color HEX #DA4570 Cranberry

📋 copy color: '#DA4570'

red 218 ◦ green 69 ◦ blue 112

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

Shades of Cranberry #DA4570

Tints of Cranberry #DA4570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 28.07%

R = 54.64%
G = 17.29%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA4570 (or 0xDA4570) is known color: Cranberry. HEX triplet: DA, 45 and 70. RGB value is (218,69,112). Sum of RGB (Red+Green+Blue) = 218+69+112=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 69 (27.34% from 255 or 17.29% from 399); Blue value is 112 (44.14% from 255 or 28.07% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4570 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4570 is #25BA8F. Grayscale: #767676. Windows color (decimal): -2472592 or 7357914. OLE color: 7357914.

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

Color convert

RGB 218 69 112 -
CMYK 0 0.68 0.49 0.15
HSL 342.68º 0.67% 0.56% -
HSV(B) 342.68º 0.68% 0.85% -
XYZ 33.97 20.33 17.46 -
YUV 118.45 124.36 199 -
System Red Green Blue C M Y K H S L
Decimal 218 69 112 0 0.68 0.49 0.15 342.68 0.67 0.56
Hex DA 45 70 0 44 31 F 157 43 38
Octal 332 105 160 0 104 61 17 527 103 70
Binary 11011010 1000101 1110000 0 1000100 110001 1111 101010111 1000011 111000

Color Harmonies of #DA4570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4570

Black with #DA4570

Text Example


Text Example

White with #DA4570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4570; }

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

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

background-color css

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

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

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

border-color css

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

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

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