Html Css Color HEX #DC338A Deep Cerise

📋 copy color: '#DC338A'

red 220 ◦ green 51 ◦ blue 138

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

Shades of Deep Cerise #DC338A

Tints of Deep Cerise #DC338A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.74%

R = 53.79%
G = 12.47%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC338A (or 0xDC338A) is known color: Deep Cerise. HEX triplet: DC, 33 and 8A. RGB value is (220,51,138). Sum of RGB (Red+Green+Blue) = 220+51+138=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 51 (20.31% from 255 or 12.47% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC338A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC338A is #23CC75. Grayscale: #6F6F6F. Windows color (decimal): -2346102 or 9057244. OLE color: 9057244.

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

Color convert

RGB 220 51 138 -
CMYK 0 0.77 0.37 0.14
HSL 329.11º 0.71% 0.53% -
HSV(B) 329.11º 0.77% 0.86% -
XYZ 35.29 19.42 25.93 -
YUV 111.45 142.99 205.43 -
System Red Green Blue C M Y K H S L
Decimal 220 51 138 0 0.77 0.37 0.14 329.11 0.71 0.53
Hex DC 33 8A 0 4D 25 E 149 47 35
Octal 334 63 212 0 115 45 16 511 107 65
Binary 11011100 110011 10001010 0 1001101 100101 1110 101001001 1000111 110101

Color Harmonies of #DC338A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC338A

Black with #DC338A

Text Example


Text Example

White with #DC338A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC338A; }

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

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

background-color css

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

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

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

border-color css

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

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

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