Html Css Color HEX #DC468A Deep Cerise

📋 copy color: '#DC468A'

red 220 ◦ green 70 ◦ blue 138

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

Shades of Deep Cerise #DC468A

Tints of Deep Cerise #DC468A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.36%

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

R = 51.4%
G = 16.36%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC468A (or 0xDC468A) is known color: Deep Cerise. HEX triplet: DC, 46 and 8A. RGB value is (220,70,138). Sum of RGB (Red+Green+Blue) = 220+70+138=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 70 (27.73% from 255 or 16.36% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC468A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC468A is #23B975. Grayscale: #7A7A7A. Windows color (decimal): -2341238 or 9062108. OLE color: 9062108.

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

Color convert

RGB 220 70 138 -
CMYK 0 0.68 0.37 0.14
HSL 332.8º 0.68% 0.57% -
HSV(B) 332.8º 0.68% 0.86% -
XYZ 36.29 21.43 26.27 -
YUV 122.6 136.7 197.47 -
System Red Green Blue C M Y K H S L
Decimal 220 70 138 0 0.68 0.37 0.14 332.8 0.68 0.57
Hex DC 46 8A 0 44 25 E 14D 44 39
Octal 334 106 212 0 104 45 16 515 104 71
Binary 11011100 1000110 10001010 0 1000100 100101 1110 101001101 1000100 111001

Color Harmonies of #DC468A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC468A

Black with #DC468A

Text Example


Text Example

White with #DC468A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC468A; }

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

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

background-color css

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

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

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

border-color css

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

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

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