Html Css Color HEX #DA4474 Cranberry

📋 copy color: '#DA4474'

red 218 ◦ green 68 ◦ blue 116

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

Shades of Cranberry #DA4474

Tints of Cranberry #DA4474

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.92%

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

R = 54.23%
G = 16.92%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DA4474 (or 0xDA4474) is known color: Cranberry. HEX triplet: DA, 44 and 74. RGB value is (218,68,116). Sum of RGB (Red+Green+Blue) = 218+68+116=402 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.23% from 402); Green value is 68 (26.95% from 255 or 16.92% from 402); Blue value is 116 (45.70% from 255 or 28.86% from 402); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4474 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4474 is #25BB8B. Grayscale: #767676. Windows color (decimal): -2472844 or 7619802. OLE color: 7619802.

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

Color convert

RGB 218 68 116 -
CMYK 0 0.69 0.47 0.15
HSL 340.8º 0.67% 0.56% -
HSV(B) 340.8º 0.69% 0.85% -
XYZ 34.13 20.3 18.64 -
YUV 118.32 126.7 199.1 -
System Red Green Blue C M Y K H S L
Decimal 218 68 116 0 0.69 0.47 0.15 340.8 0.67 0.56
Hex DA 44 74 0 45 2F F 155 43 38
Octal 332 104 164 0 105 57 17 525 103 70
Binary 11011010 1000100 1110100 0 1000101 101111 1111 101010101 1000011 111000

Color Harmonies of #DA4474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4474

Black with #DA4474

Text Example


Text Example

White with #DA4474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4474; }

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

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

background-color css

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

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

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

border-color css

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

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

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