Html Css Color HEX #DA395F Cerise

📋 copy color: '#DA395F'

red 218 ◦ green 57 ◦ blue 95

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

Shades of Cerise #DA395F

Tints of Cerise #DA395F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.68%

R = 58.92%
G = 15.41%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA395F (or 0xDA395F) is known color: Cerise. HEX triplet: DA, 39 and 5F. RGB value is (218,57,95). Sum of RGB (Red+Green+Blue) = 218+57+95=370 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.92% from 370); Green value is 57 (22.66% from 255 or 15.41% from 370); Blue value is 95 (37.5% from 255 or 25.68% from 370); Max value from RGB is 218 - color contains mainly: red. Hex color #DA395F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA395F is #25C6A0. Grayscale: #6D6D6D. Windows color (decimal): -2475681 or 6240730. OLE color: 6240730.

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

Color convert

RGB 218 57 95 -
CMYK 0 0.74 0.56 0.15
HSL 345.84º 0.69% 0.54% -
HSV(B) 345.84º 0.74% 0.85% -
XYZ 32.44 18.66 12.72 -
YUV 109.47 119.84 205.41 -
System Red Green Blue C M Y K H S L
Decimal 218 57 95 0 0.74 0.56 0.15 345.84 0.69 0.54
Hex DA 39 5F 0 4A 38 F 15A 45 36
Octal 332 71 137 0 112 70 17 532 105 66
Binary 11011010 111001 1011111 0 1001010 111000 1111 101011010 1000101 110110

Color Harmonies of #DA395F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA395F

Black with #DA395F

Text Example


Text Example

White with #DA395F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA395F; }

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

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

background-color css

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

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

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

border-color css

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

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

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