Html Css Color HEX #DA4174 Cranberry

📋 copy color: '#DA4174'

red 218 ◦ green 65 ◦ blue 116

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

Shades of Cranberry #DA4174

Tints of Cranberry #DA4174

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.29%

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

R = 54.64%
G = 16.29%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DA4174 (or 0xDA4174) is known color: Cranberry. HEX triplet: DA, 41 and 74. RGB value is (218,65,116). Sum of RGB (Red+Green+Blue) = 218+65+116=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 65 (25.78% from 255 or 16.29% from 399); Blue value is 116 (45.70% from 255 or 29.07% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4174 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4174 is #25BE8B. Grayscale: #747474. Windows color (decimal): -2473612 or 7619034. OLE color: 7619034.

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

Color convert

RGB 218 65 116 -
CMYK 0 0.70 0.47 0.15
HSL 340º 0.67% 0.55% -
HSV(B) 340º 0.7% 0.85% -
XYZ 33.96 19.95 18.58 -
YUV 116.56 127.69 200.35 -
System Red Green Blue C M Y K H S L
Decimal 218 65 116 0 0.70 0.47 0.15 340 0.67 0.55
Hex DA 41 74 0 46 2F F 154 43 37
Octal 332 101 164 0 106 57 17 524 103 67
Binary 11011010 1000001 1110100 0 1000110 101111 1111 101010100 1000011 110111

Color Harmonies of #DA4174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4174

Black with #DA4174

Text Example


Text Example

White with #DA4174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4174; }

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

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

background-color css

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

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

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

border-color css

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

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

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