Html Css Color HEX #DA5174 Cranberry

📋 copy color: '#DA5174'

red 218 ◦ green 81 ◦ blue 116

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

Shades of Cranberry #DA5174

Tints of Cranberry #DA5174

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.52%

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

R = 52.53%
G = 19.52%
B = 27.95%

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

#DA5174 (or 0xDA5174) is known color: Cranberry. HEX triplet: DA, 51 and 74. RGB value is (218,81,116). Sum of RGB (Red+Green+Blue) = 218+81+116=415 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.53% from 415); Green value is 81 (32.03% from 255 or 19.52% from 415); Blue value is 116 (45.70% from 255 or 27.95% from 415); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5174 is #25AE8B. Grayscale: #7D7D7D. Windows color (decimal): -2469516 or 7623130. OLE color: 7623130.

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

Color convert

RGB 218 81 116 -
CMYK 0 0.63 0.47 0.15
HSL 344.67º 0.65% 0.59% -
HSV(B) 344.67º 0.63% 0.85% -
XYZ 35.01 22.05 18.93 -
YUV 125.95 122.39 193.65 -
System Red Green Blue C M Y K H S L
Decimal 218 81 116 0 0.63 0.47 0.15 344.67 0.65 0.59
Hex DA 51 74 0 3F 2F F 159 41 3B
Octal 332 121 164 0 77 57 17 531 101 73
Binary 11011010 1010001 1110100 0 111111 101111 1111 101011001 1000001 111011

Color Harmonies of #DA5174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5174

Black with #DA5174

Text Example


Text Example

White with #DA5174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5174; }

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

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

background-color css

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

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

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

border-color css

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

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

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