Html Css Color HEX #DA4473 Cranberry

📋 copy color: '#DA4473'

red 218 ◦ green 68 ◦ blue 115

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

Shades of Cranberry #DA4473

Tints of Cranberry #DA4473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 28.68%

R = 54.36%
G = 16.96%
B = 28.68%

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

#DA4473 (or 0xDA4473) is known color: Cranberry. HEX triplet: DA, 44 and 73. RGB value is (218,68,115). Sum of RGB (Red+Green+Blue) = 218+68+115=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 68 (26.95% from 255 or 16.96% from 401); Blue value is 115 (45.31% from 255 or 28.68% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4473 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4473 is #25BB8C. Grayscale: #767676. Windows color (decimal): -2472845 or 7554266. OLE color: 7554266.

HSL color Cylindrical-coordinate representation of color #DA4473: hue angle of 341.2º 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 #DA4473 is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 68 115 -
CMYK 0 0.69 0.47 0.15
HSL 341.2º 0.67% 0.56% -
HSV(B) 341.2º 0.69% 0.85% -
XYZ 34.08 20.28 18.34 -
YUV 118.21 126.2 199.18 -
System Red Green Blue C M Y K H S L
Decimal 218 68 115 0 0.69 0.47 0.15 341.2 0.67 0.56
Hex DA 44 73 0 45 2F F 155 43 38
Octal 332 104 163 0 105 57 17 525 103 70
Binary 11011010 1000100 1110011 0 1000101 101111 1111 101010101 1000011 111000

Color Harmonies of #DA4473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4473

Black with #DA4473

Text Example


Text Example

White with #DA4473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4473; }

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

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

background-color css

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

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

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

border-color css

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

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

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