Html Css Color HEX #DA338C Deep Cerise

📋 copy color: '#DA338C'

red 218 ◦ green 51 ◦ blue 140

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

Shades of Deep Cerise #DA338C

Tints of Deep Cerise #DA338C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.23%

R = 53.3%
G = 12.47%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA338C (or 0xDA338C) is known color: Deep Cerise. HEX triplet: DA, 33 and 8C. RGB value is (218,51,140). Sum of RGB (Red+Green+Blue) = 218+51+140=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 51 (20.31% from 255 or 12.47% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DA338C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA338C is #25CC73. Grayscale: #6E6E6E. Windows color (decimal): -2477172 or 9188314. OLE color: 9188314.

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

Color convert

RGB 218 51 140 -
CMYK 0 0.77 0.36 0.15
HSL 328.02º 0.69% 0.53% -
HSV(B) 328.02º 0.77% 0.85% -
XYZ 34.83 19.17 26.67 -
YUV 111.08 144.33 204.26 -
System Red Green Blue C M Y K H S L
Decimal 218 51 140 0 0.77 0.36 0.15 328.02 0.69 0.53
Hex DA 33 8C 0 4D 24 F 148 45 35
Octal 332 63 214 0 115 44 17 510 105 65
Binary 11011010 110011 10001100 0 1001101 100100 1111 101001000 1000101 110101

Color Harmonies of #DA338C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA338C

Black with #DA338C

Text Example


Text Example

White with #DA338C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA338C; }

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

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

background-color css

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

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

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

border-color css

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

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

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