Html Css Color HEX #DA4073 Cranberry

📋 copy color: '#DA4073'

red 218 ◦ green 64 ◦ blue 115

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

Shades of Cranberry #DA4073

Tints of Cranberry #DA4073

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.12%

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

R = 54.91%
G = 16.12%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DA4073 (or 0xDA4073) is known color: Cranberry. HEX triplet: DA, 40 and 73. RGB value is (218,64,115). Sum of RGB (Red+Green+Blue) = 218+64+115=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 64 (25.39% from 255 or 16.12% from 397); Blue value is 115 (45.31% from 255 or 28.97% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4073 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4073 is #25BF8C. Grayscale: #737373. Windows color (decimal): -2473869 or 7553242. OLE color: 7553242.

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

Color convert

RGB 218 64 115 -
CMYK 0 0.71 0.47 0.15
HSL 340.13º 0.68% 0.55% -
HSV(B) 340.13º 0.71% 0.85% -
XYZ 33.84 19.81 18.26 -
YUV 115.86 127.52 200.85 -
System Red Green Blue C M Y K H S L
Decimal 218 64 115 0 0.71 0.47 0.15 340.13 0.68 0.55
Hex DA 40 73 0 47 2F F 154 44 37
Octal 332 100 163 0 107 57 17 524 104 67
Binary 11011010 1000000 1110011 0 1000111 101111 1111 101010100 1000100 110111

Color Harmonies of #DA4073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4073

Black with #DA4073

Text Example


Text Example

White with #DA4073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4073; }

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

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

background-color css

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

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

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

border-color css

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

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

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