Html Css Color HEX #DC3175 Cerise

📋 copy color: '#DC3175'

red 220 ◦ green 49 ◦ blue 117

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

Shades of Cerise #DC3175

Tints of Cerise #DC3175

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.69%

 BLUE value IS 117 (46.09% from 255) = 30.31%

R = 56.99%
G = 12.69%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC3175 (or 0xDC3175) is known color: Cerise. HEX triplet: DC, 31 and 75. RGB value is (220,49,117). Sum of RGB (Red+Green+Blue) = 220+49+117=386 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.99% from 386); Green value is 49 (19.53% from 255 or 12.69% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3175 is #23CE8A. Grayscale: #6B6B6B. Windows color (decimal): -2346635 or 7680476. OLE color: 7680476.

HSL color Cylindrical-coordinate representation of color #DC3175: hue angle of 336.14º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC3175 is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 49 117 -
CMYK 0 0.78 0.47 0.14
HSL 336.14º 0.71% 0.53% -
HSV(B) 336.14º 0.78% 0.86% -
XYZ 33.82 18.7 18.66 -
YUV 107.88 133.15 207.97 -
System Red Green Blue C M Y K H S L
Decimal 220 49 117 0 0.78 0.47 0.14 336.14 0.71 0.53
Hex DC 31 75 0 4E 2F E 150 47 35
Octal 334 61 165 0 116 57 16 520 107 65
Binary 11011100 110001 1110101 0 1001110 101111 1110 101010000 1000111 110101

Color Harmonies of #DC3175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3175

Black with #DC3175

Text Example


Text Example

White with #DC3175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3175; }

 p { color: rgb(220,49,117); }

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

background-color css

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

 a { background-color: rgb(220,49,117); }

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

border-color css

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

 span { border-color: rgb(220,49,117); }

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