Html Css Color HEX #DA3874 Cerise

📋 copy color: '#DA3874'

red 218 ◦ green 56 ◦ blue 116

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

Shades of Cerise #DA3874

Tints of Cerise #DA3874

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.36%

 BLUE value IS 116 (45.7% from 255) = 29.74%

R = 55.9%
G = 14.36%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DA3874 (or 0xDA3874) is known color: Cerise. HEX triplet: DA, 38 and 74. RGB value is (218,56,116). Sum of RGB (Red+Green+Blue) = 218+56+116=390 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.90% from 390); Green value is 56 (22.27% from 255 or 14.36% from 390); Blue value is 116 (45.70% from 255 or 29.74% from 390); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3874 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3874 is #25C78B. Grayscale: #6F6F6F. Windows color (decimal): -2475916 or 7616730. OLE color: 7616730.

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

Color convert

RGB 218 56 116 -
CMYK 0 0.74 0.47 0.15
HSL 337.78º 0.69% 0.54% -
HSV(B) 337.78º 0.74% 0.85% -
XYZ 33.48 18.99 18.42 -
YUV 111.28 130.67 204.12 -
System Red Green Blue C M Y K H S L
Decimal 218 56 116 0 0.74 0.47 0.15 337.78 0.69 0.54
Hex DA 38 74 0 4A 2F F 152 45 36
Octal 332 70 164 0 112 57 17 522 105 66
Binary 11011010 111000 1110100 0 1001010 101111 1111 101010010 1000101 110110

Color Harmonies of #DA3874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3874

Black with #DA3874

Text Example


Text Example

White with #DA3874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3874; }

 p { color: rgb(218,56,116); }

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

background-color css

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

 a { background-color: rgb(218,56,116); }

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

border-color css

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

 span { border-color: rgb(218,56,116); }

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