Html Css Color HEX #DA4674 Cranberry

📋 copy color: '#DA4674'

red 218 ◦ green 70 ◦ blue 116

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

Shades of Cranberry #DA4674

Tints of Cranberry #DA4674

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.33%

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

R = 53.96%
G = 17.33%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DA4674 (or 0xDA4674) is known color: Cranberry. HEX triplet: DA, 46 and 74. RGB value is (218,70,116). Sum of RGB (Red+Green+Blue) = 218+70+116=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 70 (27.73% from 255 or 17.33% from 404); Blue value is 116 (45.70% from 255 or 28.71% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4674 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4674 is #25B98B. Grayscale: #777777. Windows color (decimal): -2472332 or 7620314. OLE color: 7620314.

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

Color convert

RGB 218 70 116 -
CMYK 0 0.68 0.47 0.15
HSL 341.35º 0.67% 0.56% -
HSV(B) 341.35º 0.68% 0.85% -
XYZ 34.26 20.55 18.68 -
YUV 119.5 126.03 198.26 -
System Red Green Blue C M Y K H S L
Decimal 218 70 116 0 0.68 0.47 0.15 341.35 0.67 0.56
Hex DA 46 74 0 44 2F F 155 43 38
Octal 332 106 164 0 104 57 17 525 103 70
Binary 11011010 1000110 1110100 0 1000100 101111 1111 101010101 1000011 111000

Color Harmonies of #DA4674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4674

Black with #DA4674

Text Example


Text Example

White with #DA4674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4674; }

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

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

background-color css

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

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

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

border-color css

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

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

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