Html Css Color HEX #DA338E Deep Cerise

📋 copy color: '#DA338E'

red 218 ◦ green 51 ◦ blue 142

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

Shades of Deep Cerise #DA338E

Tints of Deep Cerise #DA338E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.41%

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

R = 53.04%
G = 12.41%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA338E (or 0xDA338E) is known color: Deep Cerise. HEX triplet: DA, 33 and 8E. RGB value is (218,51,142). Sum of RGB (Red+Green+Blue) = 218+51+142=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 51 (20.31% from 255 or 12.41% from 411); Blue value is 142 (55.86% from 255 or 34.55% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DA338E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA338E is #25CC71. Grayscale: #6F6F6F. Windows color (decimal): -2477170 or 9319386. OLE color: 9319386.

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

Color convert

RGB 218 51 142 -
CMYK 0 0.77 0.35 0.15
HSL 327.31º 0.69% 0.53% -
HSV(B) 327.31º 0.77% 0.85% -
XYZ 34.98 19.23 27.46 -
YUV 111.31 145.33 204.1 -
System Red Green Blue C M Y K H S L
Decimal 218 51 142 0 0.77 0.35 0.15 327.31 0.69 0.53
Hex DA 33 8E 0 4D 23 F 147 45 35
Octal 332 63 216 0 115 43 17 507 105 65
Binary 11011010 110011 10001110 0 1001101 100011 1111 101000111 1000101 110101

Color Harmonies of #DA338E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA338E

Black with #DA338E

Text Example


Text Example

White with #DA338E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA338E; }

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

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

background-color css

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

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

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

border-color css

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

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

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