Html Css Color HEX #DC268F Deep Cerise

📋 copy color: '#DC268F'

red 220 ◦ green 38 ◦ blue 143

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

Shades of Deep Cerise #DC268F

Tints of Deep Cerise #DC268F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.66%

R = 54.86%
G = 9.48%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC268F (or 0xDC268F) is known color: Deep Cerise. HEX triplet: DC, 26 and 8F. RGB value is (220,38,143). Sum of RGB (Red+Green+Blue) = 220+38+143=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 38 (15.23% from 255 or 9.48% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC268F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC268F is #23D970. Grayscale: #686868. Windows color (decimal): -2349425 or 9381596. OLE color: 9381596.

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

Color convert

RGB 220 38 143 -
CMYK 0 0.83 0.35 0.14
HSL 325.38º 0.72% 0.51% -
HSV(B) 325.38º 0.83% 0.86% -
XYZ 35.17 18.59 27.72 -
YUV 104.39 149.8 210.46 -
System Red Green Blue C M Y K H S L
Decimal 220 38 143 0 0.83 0.35 0.14 325.38 0.72 0.51
Hex DC 26 8F 0 53 23 E 145 48 33
Octal 334 46 217 0 123 43 16 505 110 63
Binary 11011100 100110 10001111 0 1010011 100011 1110 101000101 1001000 110011

Color Harmonies of #DC268F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC268F

Black with #DC268F

Text Example


Text Example

White with #DC268F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC268F; }

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

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

background-color css

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

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

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

border-color css

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

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

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