Html Css Color HEX #DA4974 Cranberry

📋 copy color: '#DA4974'

red 218 ◦ green 73 ◦ blue 116

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

Shades of Cranberry #DA4974

Tints of Cranberry #DA4974

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.94%

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

R = 53.56%
G = 17.94%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DA4974 (or 0xDA4974) is known color: Cranberry. HEX triplet: DA, 49 and 74. RGB value is (218,73,116). Sum of RGB (Red+Green+Blue) = 218+73+116=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 73 (28.91% from 255 or 17.94% from 407); Blue value is 116 (45.70% from 255 or 28.50% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4974 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4974 is #25B68B. Grayscale: #797979. Windows color (decimal): -2471564 or 7621082. OLE color: 7621082.

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

Color convert

RGB 218 73 116 -
CMYK 0 0.67 0.47 0.15
HSL 342.21º 0.66% 0.57% -
HSV(B) 342.21º 0.67% 0.85% -
XYZ 34.45 20.93 18.75 -
YUV 121.26 125.04 197 -
System Red Green Blue C M Y K H S L
Decimal 218 73 116 0 0.67 0.47 0.15 342.21 0.66 0.57
Hex DA 49 74 0 43 2F F 156 42 39
Octal 332 111 164 0 103 57 17 526 102 71
Binary 11011010 1001001 1110100 0 1000011 101111 1111 101010110 1000010 111001

Color Harmonies of #DA4974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4974

Black with #DA4974

Text Example


Text Example

White with #DA4974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4974; }

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

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

background-color css

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

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

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

border-color css

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

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

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