Html Css Color HEX #DA338D Deep Cerise

📋 copy color: '#DA338D'

red 218 ◦ green 51 ◦ blue 141

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

Shades of Deep Cerise #DA338D

Tints of Deep Cerise #DA338D

RGB

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

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

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

R = 53.17%
G = 12.44%
B = 34.39%

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

#DA338D (or 0xDA338D) is known color: Deep Cerise. HEX triplet: DA, 33 and 8D. RGB value is (218,51,141). Sum of RGB (Red+Green+Blue) = 218+51+141=410 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.17% from 410); Green value is 51 (20.31% from 255 or 12.44% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 218 - color contains mainly: red. Hex color #DA338D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA338D is #25CC72. Grayscale: #6F6F6F. Windows color (decimal): -2477171 or 9253850. OLE color: 9253850.

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

Color convert

RGB 218 51 141 -
CMYK 0 0.77 0.35 0.15
HSL 327.66º 0.69% 0.53% -
HSV(B) 327.66º 0.77% 0.85% -
XYZ 34.9 19.2 27.06 -
YUV 111.19 144.83 204.18 -
System Red Green Blue C M Y K H S L
Decimal 218 51 141 0 0.77 0.35 0.15 327.66 0.69 0.53
Hex DA 33 8D 0 4D 23 F 148 45 35
Octal 332 63 215 0 115 43 17 510 105 65
Binary 11011010 110011 10001101 0 1001101 100011 1111 101001000 1000101 110101

Color Harmonies of #DA338D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA338D

Black with #DA338D

Text Example


Text Example

White with #DA338D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA338D; }

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

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

background-color css

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

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

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

border-color css

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

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

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