Html Css Color HEX #DA3A8F Deep Cerise

📋 copy color: '#DA3A8F'

red 218 ◦ green 58 ◦ blue 143

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

Shades of Deep Cerise #DA3A8F

Tints of Deep Cerise #DA3A8F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.84%

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

R = 52.03%
G = 13.84%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA3A8F (or 0xDA3A8F) is known color: Deep Cerise. HEX triplet: DA, 3A and 8F. RGB value is (218,58,143). Sum of RGB (Red+Green+Blue) = 218+58+143=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 58 (23.05% from 255 or 13.84% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3A8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3A8F is #25C570. Grayscale: #737373. Windows color (decimal): -2475377 or 9386714. OLE color: 9386714.

HSL color Cylindrical-coordinate representation of color #DA3A8F: hue angle of 328.12º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DA3A8F is Cyan = 0, Magento = 0.73, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 58 143 -
CMYK 0 0.73 0.34 0.15
HSL 328.13º 0.68% 0.54% -
HSV(B) 328.13º 0.73% 0.85% -
XYZ 35.38 19.91 27.97 -
YUV 115.53 143.51 201.09 -
System Red Green Blue C M Y K H S L
Decimal 218 58 143 0 0.73 0.34 0.15 328.13 0.68 0.54
Hex DA 3A 8F 0 49 22 F 148 44 36
Octal 332 72 217 0 111 42 17 510 104 66
Binary 11011010 111010 10001111 0 1001001 100010 1111 101001000 1000100 110110

Color Harmonies of #DA3A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3A8F

Black with #DA3A8F

Text Example


Text Example

White with #DA3A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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