Html Css Color HEX #DA3F73 Cranberry

📋 copy color: '#DA3F73'

red 218 ◦ green 63 ◦ blue 115

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

Shades of Cranberry #DA3F73

Tints of Cranberry #DA3F73

RGB

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

 GREEN value IS 63 (25% from 255) = 15.91%

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

R = 55.05%
G = 15.91%
B = 29.04%

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

#DA3F73 (or 0xDA3F73) is known color: Cranberry. HEX triplet: DA, 3F and 73. RGB value is (218,63,115). Sum of RGB (Red+Green+Blue) = 218+63+115=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 63 (25% from 255 or 15.91% from 396); Blue value is 115 (45.31% from 255 or 29.04% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3F73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3F73 is #25C08C. Grayscale: #737373. Windows color (decimal): -2474125 or 7552986. OLE color: 7552986.

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

Color convert

RGB 218 63 115 -
CMYK 0 0.71 0.47 0.15
HSL 339.87º 0.68% 0.55% -
HSV(B) 339.87º 0.71% 0.85% -
XYZ 33.79 19.7 18.24 -
YUV 115.27 127.85 201.27 -
System Red Green Blue C M Y K H S L
Decimal 218 63 115 0 0.71 0.47 0.15 339.87 0.68 0.55
Hex DA 3F 73 0 47 2F F 154 44 37
Octal 332 77 163 0 107 57 17 524 104 67
Binary 11011010 111111 1110011 0 1000111 101111 1111 101010100 1000100 110111

Color Harmonies of #DA3F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3F73

Black with #DA3F73

Text Example


Text Example

White with #DA3F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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