Html Css Color HEX #DA5073 Cranberry

📋 copy color: '#DA5073'

red 218 ◦ green 80 ◦ blue 115

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

Shades of Cranberry #DA5073

Tints of Cranberry #DA5073

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.37%

 BLUE value IS 115 (45.31% from 255) = 27.85%

R = 52.78%
G = 19.37%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DA5073 (or 0xDA5073) is known color: Cranberry. HEX triplet: DA, 50 and 73. RGB value is (218,80,115). Sum of RGB (Red+Green+Blue) = 218+80+115=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 80 (31.64% from 255 or 19.37% from 413); Blue value is 115 (45.31% from 255 or 27.85% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5073 is #25AF8C. Grayscale: #7D7D7D. Windows color (decimal): -2469773 or 7557338. OLE color: 7557338.

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

Color convert

RGB 218 80 115 -
CMYK 0 0.63 0.47 0.15
HSL 344.78º 0.65% 0.58% -
HSV(B) 344.78º 0.63% 0.85% -
XYZ 34.88 21.88 18.6 -
YUV 125.25 122.22 194.15 -
System Red Green Blue C M Y K H S L
Decimal 218 80 115 0 0.63 0.47 0.15 344.78 0.65 0.58
Hex DA 50 73 0 3F 2F F 159 41 3A
Octal 332 120 163 0 77 57 17 531 101 72
Binary 11011010 1010000 1110011 0 111111 101111 1111 101011001 1000001 111010

Color Harmonies of #DA5073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5073

Black with #DA5073

Text Example


Text Example

White with #DA5073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5073; }

 p { color: rgb(218,80,115); }

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

background-color css

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

 a { background-color: rgb(218,80,115); }

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

border-color css

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

 span { border-color: rgb(218,80,115); }

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