Html Css Color HEX #DC267D Deep Cerise

📋 copy color: '#DC267D'

red 220 ◦ green 38 ◦ blue 125

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

Shades of Deep Cerise #DC267D

Tints of Deep Cerise #DC267D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.64%

R = 57.44%
G = 9.92%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DC267D (or 0xDC267D) is known color: Deep Cerise. HEX triplet: DC, 26 and 7D. RGB value is (220,38,125). Sum of RGB (Red+Green+Blue) = 220+38+125=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 38 (15.23% from 255 or 9.92% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC267D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC267D is #23D982. Grayscale: #666666. Windows color (decimal): -2349443 or 8201948. OLE color: 8201948.

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

Color convert

RGB 220 38 125 -
CMYK 0 0.83 0.43 0.14
HSL 331.32º 0.72% 0.51% -
HSV(B) 331.32º 0.83% 0.86% -
XYZ 33.91 18.08 21.11 -
YUV 102.34 140.8 211.93 -
System Red Green Blue C M Y K H S L
Decimal 220 38 125 0 0.83 0.43 0.14 331.32 0.72 0.51
Hex DC 26 7D 0 53 2B E 14B 48 33
Octal 334 46 175 0 123 53 16 513 110 63
Binary 11011100 100110 1111101 0 1010011 101011 1110 101001011 1001000 110011

Color Harmonies of #DC267D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC267D

Black with #DC267D

Text Example


Text Example

White with #DC267D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC267D; }

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

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

background-color css

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

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

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

border-color css

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

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

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