Html Css Color HEX #DC4368 Cerise

📋 copy color: '#DC4368'

red 220 ◦ green 67 ◦ blue 104

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

Shades of Cerise #DC4368

Tints of Cerise #DC4368

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.14%

 BLUE value IS 104 (41.02% from 255) = 26.6%

R = 56.27%
G = 17.14%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DC4368 (or 0xDC4368) is known color: Cerise. HEX triplet: DC, 43 and 68. RGB value is (220,67,104). Sum of RGB (Red+Green+Blue) = 220+67+104=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 67 (26.56% from 255 or 17.14% from 391); Blue value is 104 (41.02% from 255 or 26.60% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4368 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4368 is #23BC97. Grayscale: #747474. Windows color (decimal): -2342040 or 6833116. OLE color: 6833116.

HSL color Cylindrical-coordinate representation of color #DC4368: hue angle of 345.49º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC4368 is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 67 104 -
CMYK 0 0.70 0.53 0.14
HSL 345.49º 0.69% 0.56% -
HSV(B) 345.49º 0.7% 0.86% -
XYZ 34.02 20.23 15.21 -
YUV 116.97 120.69 201.49 -
System Red Green Blue C M Y K H S L
Decimal 220 67 104 0 0.70 0.53 0.14 345.49 0.69 0.56
Hex DC 43 68 0 46 35 E 159 45 38
Octal 334 103 150 0 106 65 16 531 105 70
Binary 11011100 1000011 1101000 0 1000110 110101 1110 101011001 1000101 111000

Color Harmonies of #DC4368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4368

Black with #DC4368

Text Example


Text Example

White with #DC4368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4368; }

 p { color: rgb(220,67,104); }

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

background-color css

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

 a { background-color: rgb(220,67,104); }

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

border-color css

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

 span { border-color: rgb(220,67,104); }

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