Html Css Color HEX #DA398C Deep Cerise

📋 copy color: '#DA398C'

red 218 ◦ green 57 ◦ blue 140

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

Shades of Deep Cerise #DA398C

Tints of Deep Cerise #DA398C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.73%

R = 52.53%
G = 13.73%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA398C (or 0xDA398C) is known color: Deep Cerise. HEX triplet: DA, 39 and 8C. RGB value is (218,57,140). Sum of RGB (Red+Green+Blue) = 218+57+140=415 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.53% from 415); Green value is 57 (22.66% from 255 or 13.73% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 218 - color contains mainly: red. Hex color #DA398C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA398C is #25C673. Grayscale: #727272. Windows color (decimal): -2475636 or 9189850. OLE color: 9189850.

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

Color convert

RGB 218 57 140 -
CMYK 0 0.74 0.36 0.15
HSL 329.07º 0.69% 0.54% -
HSV(B) 329.07º 0.74% 0.85% -
XYZ 35.11 19.73 26.77 -
YUV 114.6 142.34 201.75 -
System Red Green Blue C M Y K H S L
Decimal 218 57 140 0 0.74 0.36 0.15 329.07 0.69 0.54
Hex DA 39 8C 0 4A 24 F 149 45 36
Octal 332 71 214 0 112 44 17 511 105 66
Binary 11011010 111001 10001100 0 1001010 100100 1111 101001001 1000101 110110

Color Harmonies of #DA398C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA398C

Black with #DA398C

Text Example


Text Example

White with #DA398C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA398C; }

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

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

background-color css

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

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

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

border-color css

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

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

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