Html Css Color HEX #DA358E Deep Cerise

📋 copy color: '#DA358E'

red 218 ◦ green 53 ◦ blue 142

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

Shades of Deep Cerise #DA358E

Tints of Deep Cerise #DA358E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.83%

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

R = 52.78%
G = 12.83%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA358E (or 0xDA358E) is known color: Deep Cerise. HEX triplet: DA, 35 and 8E. RGB value is (218,53,142). Sum of RGB (Red+Green+Blue) = 218+53+142=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 53 (21.09% from 255 or 12.83% from 413); Blue value is 142 (55.86% from 255 or 34.38% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DA358E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA358E is #25CA71. Grayscale: #707070. Windows color (decimal): -2476658 or 9319898. OLE color: 9319898.

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

Color convert

RGB 218 53 142 -
CMYK 0 0.76 0.35 0.15
HSL 327.64º 0.69% 0.53% -
HSV(B) 327.64º 0.76% 0.85% -
XYZ 35.07 19.4 27.49 -
YUV 112.48 144.66 203.26 -
System Red Green Blue C M Y K H S L
Decimal 218 53 142 0 0.76 0.35 0.15 327.64 0.69 0.53
Hex DA 35 8E 0 4C 23 F 148 45 35
Octal 332 65 216 0 114 43 17 510 105 65
Binary 11011010 110101 10001110 0 1001100 100011 1111 101001000 1000101 110101

Color Harmonies of #DA358E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA358E

Black with #DA358E

Text Example


Text Example

White with #DA358E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA358E; }

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

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

background-color css

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

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

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

border-color css

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

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

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