Html Css Color HEX #DC216B Cerise

📋 copy color: '#DC216B'

red 220 ◦ green 33 ◦ blue 107

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

Shades of Cerise #DC216B

Tints of Cerise #DC216B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.17%

 BLUE value IS 107 (42.19% from 255) = 29.72%

R = 61.11%
G = 9.17%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC216B (or 0xDC216B) is known color: Cerise. HEX triplet: DC, 21 and 6B. RGB value is (220,33,107). Sum of RGB (Red+Green+Blue) = 220+33+107=360 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.11% from 360); Green value is 33 (13.28% from 255 or 9.17% from 360); Blue value is 107 (42.19% from 255 or 29.72% from 360); Max value from RGB is 220 - color contains mainly: red. Hex color #DC216B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC216B is #23DE94. Grayscale: #616161. Windows color (decimal): -2350741 or 7021020. OLE color: 7021020.

HSL color Cylindrical-coordinate representation of color #DC216B: hue angle of 336.26º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC216B is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 33 107 -
CMYK 0 0.85 0.51 0.14
HSL 336.26º 0.74% 0.5% -
HSV(B) 336.26º 0.85% 0.86% -
XYZ 32.71 17.36 15.54 -
YUV 97.35 133.45 215.48 -
System Red Green Blue C M Y K H S L
Decimal 220 33 107 0 0.85 0.51 0.14 336.26 0.74 0.5
Hex DC 21 6B 0 55 33 E 150 4A 32
Octal 334 41 153 0 125 63 16 520 112 62
Binary 11011100 100001 1101011 0 1010101 110011 1110 101010000 1001010 110010

Color Harmonies of #DC216B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC216B

Black with #DC216B

Text Example


Text Example

White with #DC216B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC216B; }

 p { color: rgb(220,33,107); }

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

background-color css

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

 a { background-color: rgb(220,33,107); }

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

border-color css

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

 span { border-color: rgb(220,33,107); }

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