Html Css Color HEX #DA398E Deep Cerise

📋 copy color: '#DA398E'

red 218 ◦ green 57 ◦ blue 142

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

Shades of Deep Cerise #DA398E

Tints of Deep Cerise #DA398E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.05%

R = 52.28%
G = 13.67%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA398E (or 0xDA398E) is known color: Deep Cerise. HEX triplet: DA, 39 and 8E. RGB value is (218,57,142). Sum of RGB (Red+Green+Blue) = 218+57+142=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 57 (22.66% from 255 or 13.67% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DA398E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA398E is #25C671. Grayscale: #727272. Windows color (decimal): -2475634 or 9320922. OLE color: 9320922.

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

Color convert

RGB 218 57 142 -
CMYK 0 0.74 0.35 0.15
HSL 328.32º 0.69% 0.54% -
HSV(B) 328.32º 0.74% 0.85% -
XYZ 35.26 19.78 27.55 -
YUV 114.83 143.34 201.59 -
System Red Green Blue C M Y K H S L
Decimal 218 57 142 0 0.74 0.35 0.15 328.32 0.69 0.54
Hex DA 39 8E 0 4A 23 F 148 45 36
Octal 332 71 216 0 112 43 17 510 105 66
Binary 11011010 111001 10001110 0 1001010 100011 1111 101001000 1000101 110110

Color Harmonies of #DA398E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA398E

Black with #DA398E

Text Example


Text Example

White with #DA398E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA398E; }

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

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

background-color css

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

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

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

border-color css

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

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

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