Html Css Color HEX #DC268A Deep Cerise

📋 copy color: '#DC268A'

red 220 ◦ green 38 ◦ blue 138

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

Shades of Deep Cerise #DC268A

Tints of Deep Cerise #DC268A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.6%

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

R = 55.56%
G = 9.6%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC268A (or 0xDC268A) is known color: Deep Cerise. HEX triplet: DC, 26 and 8A. RGB value is (220,38,138). Sum of RGB (Red+Green+Blue) = 220+38+138=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 38 (15.23% from 255 or 9.60% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC268A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC268A is #23D975. Grayscale: #676767. Windows color (decimal): -2349430 or 9053916. OLE color: 9053916.

HSL color Cylindrical-coordinate representation of color #DC268A: hue angle of 327.03º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC268A is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 38 138 -
CMYK 0 0.83 0.37 0.14
HSL 327.03º 0.72% 0.51% -
HSV(B) 327.03º 0.83% 0.86% -
XYZ 34.8 18.44 25.77 -
YUV 103.82 147.3 210.87 -
System Red Green Blue C M Y K H S L
Decimal 220 38 138 0 0.83 0.37 0.14 327.03 0.72 0.51
Hex DC 26 8A 0 53 25 E 147 48 33
Octal 334 46 212 0 123 45 16 507 110 63
Binary 11011100 100110 10001010 0 1010011 100101 1110 101000111 1001000 110011

Color Harmonies of #DC268A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC268A

Black with #DC268A

Text Example


Text Example

White with #DC268A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC268A; }

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

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

background-color css

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

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

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

border-color css

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

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

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