Html Css Color HEX #DA3A8D Deep Cerise

📋 copy color: '#DA3A8D'

red 218 ◦ green 58 ◦ blue 141

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

Shades of Deep Cerise #DA3A8D

Tints of Deep Cerise #DA3A8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.81%

R = 52.28%
G = 13.91%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA3A8D (or 0xDA3A8D) is known color: Deep Cerise. HEX triplet: DA, 3A and 8D. RGB value is (218,58,141). Sum of RGB (Red+Green+Blue) = 218+58+141=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 58 (23.05% from 255 or 13.91% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3A8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3A8D is #25C572. Grayscale: #737373. Windows color (decimal): -2475379 or 9255642. OLE color: 9255642.

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

Color convert

RGB 218 58 141 -
CMYK 0 0.73 0.35 0.15
HSL 328.88º 0.68% 0.54% -
HSV(B) 328.88º 0.73% 0.85% -
XYZ 35.23 19.85 27.17 -
YUV 115.3 142.51 201.25 -
System Red Green Blue C M Y K H S L
Decimal 218 58 141 0 0.73 0.35 0.15 328.88 0.68 0.54
Hex DA 3A 8D 0 49 23 F 149 44 36
Octal 332 72 215 0 111 43 17 511 104 66
Binary 11011010 111010 10001101 0 1001001 100011 1111 101001001 1000100 110110

Color Harmonies of #DA3A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3A8D

Black with #DA3A8D

Text Example


Text Example

White with #DA3A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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