Html Css Color HEX #DA5074 Cranberry

📋 copy color: '#DA5074'

red 218 ◦ green 80 ◦ blue 116

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

Shades of Cranberry #DA5074

Tints of Cranberry #DA5074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.02%

R = 52.66%
G = 19.32%
B = 28.02%

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

#DA5074 (or 0xDA5074) is known color: Cranberry. HEX triplet: DA, 50 and 74. RGB value is (218,80,116). Sum of RGB (Red+Green+Blue) = 218+80+116=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 116 (45.70% from 255 or 28.02% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5074 is #25AF8B. Grayscale: #7D7D7D. Windows color (decimal): -2469772 or 7622874. OLE color: 7622874.

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

Color convert

RGB 218 80 116 -
CMYK 0 0.63 0.47 0.15
HSL 344.35º 0.65% 0.58% -
HSV(B) 344.35º 0.63% 0.85% -
XYZ 34.93 21.9 18.91 -
YUV 125.37 122.72 194.07 -
System Red Green Blue C M Y K H S L
Decimal 218 80 116 0 0.63 0.47 0.15 344.35 0.65 0.58
Hex DA 50 74 0 3F 2F F 158 41 3A
Octal 332 120 164 0 77 57 17 530 101 72
Binary 11011010 1010000 1110100 0 111111 101111 1111 101011000 1000001 111010

Color Harmonies of #DA5074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5074

Black with #DA5074

Text Example


Text Example

White with #DA5074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5074; }

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

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

background-color css

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

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

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

border-color css

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

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

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