Html Css Color HEX #DA3370 Cerise

📋 copy color: '#DA3370'

red 218 ◦ green 51 ◦ blue 112

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

Shades of Cerise #DA3370

Tints of Cerise #DA3370

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.39%

 BLUE value IS 112 (44.14% from 255) = 29.4%

R = 57.22%
G = 13.39%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA3370 (or 0xDA3370) is known color: Cerise. HEX triplet: DA, 33 and 70. RGB value is (218,51,112). Sum of RGB (Red+Green+Blue) = 218+51+112=381 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.22% from 381); Green value is 51 (20.31% from 255 or 13.39% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3370 is #25CC8F. Grayscale: #6B6B6B. Windows color (decimal): -2477200 or 7353306. OLE color: 7353306.

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

Color convert

RGB 218 51 112 -
CMYK 0 0.77 0.49 0.15
HSL 338.08º 0.69% 0.53% -
HSV(B) 338.08º 0.77% 0.85% -
XYZ 33.02 18.44 17.15 -
YUV 107.89 130.33 206.54 -
System Red Green Blue C M Y K H S L
Decimal 218 51 112 0 0.77 0.49 0.15 338.08 0.69 0.53
Hex DA 33 70 0 4D 31 F 152 45 35
Octal 332 63 160 0 115 61 17 522 105 65
Binary 11011010 110011 1110000 0 1001101 110001 1111 101010010 1000101 110101

Color Harmonies of #DA3370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3370

Black with #DA3370

Text Example


Text Example

White with #DA3370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3370; }

 p { color: rgb(218,51,112); }

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

background-color css

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

 a { background-color: rgb(218,51,112); }

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

border-color css

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

 span { border-color: rgb(218,51,112); }

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