Html Css Color HEX #DA358F Deep Cerise

📋 copy color: '#DA358F'

red 218 ◦ green 53 ◦ blue 143

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

Shades of Deep Cerise #DA358F

Tints of Deep Cerise #DA358F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.54%

R = 52.66%
G = 12.8%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA358F (or 0xDA358F) is known color: Deep Cerise. HEX triplet: DA, 35 and 8F. RGB value is (218,53,143). Sum of RGB (Red+Green+Blue) = 218+53+143=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 53 (21.09% from 255 or 12.80% from 414); Blue value is 143 (56.25% from 255 or 34.54% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DA358F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA358F is #25CA70. Grayscale: #707070. Windows color (decimal): -2476657 or 9385434. OLE color: 9385434.

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

Color convert

RGB 218 53 143 -
CMYK 0 0.76 0.34 0.15
HSL 327.27º 0.69% 0.53% -
HSV(B) 327.27º 0.76% 0.85% -
XYZ 35.14 19.43 27.89 -
YUV 112.6 145.16 203.18 -
System Red Green Blue C M Y K H S L
Decimal 218 53 143 0 0.76 0.34 0.15 327.27 0.69 0.53
Hex DA 35 8F 0 4C 22 F 147 45 35
Octal 332 65 217 0 114 42 17 507 105 65
Binary 11011010 110101 10001111 0 1001100 100010 1111 101000111 1000101 110101

Color Harmonies of #DA358F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA358F

Black with #DA358F

Text Example


Text Example

White with #DA358F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA358F; }

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

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

background-color css

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

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

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

border-color css

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

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

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