Html Css Color HEX #DC338D Deep Cerise

📋 copy color: '#DC338D'

red 220 ◦ green 51 ◦ blue 141

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

Shades of Deep Cerise #DC338D

Tints of Deep Cerise #DC338D

RGB

 RED value IS 220 (86.33% from 255) = 53.4%

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

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

R = 53.4%
G = 12.38%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DC338D (or 0xDC338D) is known color: Deep Cerise. HEX triplet: DC, 33 and 8D. RGB value is (220,51,141). Sum of RGB (Red+Green+Blue) = 220+51+141=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 51 (20.31% from 255 or 12.38% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC338D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC338D is #23CC72. Grayscale: #6F6F6F. Windows color (decimal): -2346099 or 9253852. OLE color: 9253852.

HSL color Cylindrical-coordinate representation of color #DC338D: hue angle of 328.05º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC338D is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 51 141 -
CMYK 0 0.77 0.36 0.14
HSL 328.05º 0.71% 0.53% -
HSV(B) 328.05º 0.77% 0.86% -
XYZ 35.51 19.51 27.09 -
YUV 111.79 144.49 205.18 -
System Red Green Blue C M Y K H S L
Decimal 220 51 141 0 0.77 0.36 0.14 328.05 0.71 0.53
Hex DC 33 8D 0 4D 24 E 148 47 35
Octal 334 63 215 0 115 44 16 510 107 65
Binary 11011100 110011 10001101 0 1001101 100100 1110 101001000 1000111 110101

Color Harmonies of #DC338D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC338D

Black with #DC338D

Text Example


Text Example

White with #DC338D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC338D; }

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

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

background-color css

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

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

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

border-color css

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

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

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