Html Css Color HEX #DA3975 Cerise

📋 copy color: '#DA3975'

red 218 ◦ green 57 ◦ blue 117

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

Shades of Cerise #DA3975

Tints of Cerise #DA3975

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.54%

 BLUE value IS 117 (46.09% from 255) = 29.85%

R = 55.61%
G = 14.54%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DA3975 (or 0xDA3975) is known color: Cerise. HEX triplet: DA, 39 and 75. RGB value is (218,57,117). Sum of RGB (Red+Green+Blue) = 218+57+117=392 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.61% from 392); Green value is 57 (22.66% from 255 or 14.54% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3975 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3975 is #25C68A. Grayscale: #6F6F6F. Windows color (decimal): -2475659 or 7682522. OLE color: 7682522.

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

Color convert

RGB 218 57 117 -
CMYK 0 0.74 0.46 0.15
HSL 337.64º 0.69% 0.54% -
HSV(B) 337.64º 0.74% 0.85% -
XYZ 33.59 19.12 18.75 -
YUV 111.98 130.84 203.62 -
System Red Green Blue C M Y K H S L
Decimal 218 57 117 0 0.74 0.46 0.15 337.64 0.69 0.54
Hex DA 39 75 0 4A 2E F 152 45 36
Octal 332 71 165 0 112 56 17 522 105 66
Binary 11011010 111001 1110101 0 1001010 101110 1111 101010010 1000101 110110

Color Harmonies of #DA3975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3975

Black with #DA3975

Text Example


Text Example

White with #DA3975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3975; }

 p { color: rgb(218,57,117); }

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

background-color css

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

 a { background-color: rgb(218,57,117); }

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

border-color css

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

 span { border-color: rgb(218,57,117); }

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