Html Css Color HEX #DA5270 Cranberry

📋 copy color: '#DA5270'

red 218 ◦ green 82 ◦ blue 112

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

Shades of Cranberry #DA5270

Tints of Cranberry #DA5270

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.9%

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

R = 52.91%
G = 19.9%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA5270 (or 0xDA5270) is known color: Cranberry. HEX triplet: DA, 52 and 70. RGB value is (218,82,112). Sum of RGB (Red+Green+Blue) = 218+82+112=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 82 (32.42% from 255 or 19.90% from 412); Blue value is 112 (44.14% from 255 or 27.18% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5270 is #25AD8F. Grayscale: #7E7E7E. Windows color (decimal): -2469264 or 7361242. OLE color: 7361242.

HSL color Cylindrical-coordinate representation of color #DA5270: hue angle of 346.76º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA5270 is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 82 112 -
CMYK 0 0.62 0.49 0.15
HSL 346.76º 0.65% 0.59% -
HSV(B) 346.76º 0.62% 0.85% -
XYZ 34.86 22.11 17.76 -
YUV 126.08 120.06 193.56 -
System Red Green Blue C M Y K H S L
Decimal 218 82 112 0 0.62 0.49 0.15 346.76 0.65 0.59
Hex DA 52 70 0 3E 31 F 15B 41 3B
Octal 332 122 160 0 76 61 17 533 101 73
Binary 11011010 1010010 1110000 0 111110 110001 1111 101011011 1000001 111011

Color Harmonies of #DA5270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5270

Black with #DA5270

Text Example


Text Example

White with #DA5270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5270; }

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

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

background-color css

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

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

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

border-color css

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

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

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