Html Css Color HEX #DA358C Deep Cerise

📋 copy color: '#DA358C'

red 218 ◦ green 53 ◦ blue 140

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

Shades of Deep Cerise #DA358C

Tints of Deep Cerise #DA358C

RGB

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

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

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

R = 53.04%
G = 12.9%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA358C (or 0xDA358C) is known color: Deep Cerise. HEX triplet: DA, 35 and 8C. RGB value is (218,53,140). Sum of RGB (Red+Green+Blue) = 218+53+140=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 53 (21.09% from 255 or 12.90% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DA358C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA358C is #25CA73. Grayscale: #707070. Windows color (decimal): -2476660 or 9188826. OLE color: 9188826.

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

Color convert

RGB 218 53 140 -
CMYK 0 0.76 0.36 0.15
HSL 328.36º 0.69% 0.53% -
HSV(B) 328.36º 0.76% 0.85% -
XYZ 34.92 19.35 26.7 -
YUV 112.25 143.66 203.43 -
System Red Green Blue C M Y K H S L
Decimal 218 53 140 0 0.76 0.36 0.15 328.36 0.69 0.53
Hex DA 35 8C 0 4C 24 F 148 45 35
Octal 332 65 214 0 114 44 17 510 105 65
Binary 11011010 110101 10001100 0 1001100 100100 1111 101001000 1000101 110101

Color Harmonies of #DA358C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA358C

Black with #DA358C

Text Example


Text Example

White with #DA358C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA358C; }

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

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

background-color css

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

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

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

border-color css

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

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

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