Html Css Color HEX #DC226B Cerise

📋 copy color: '#DC226B'

red 220 ◦ green 34 ◦ blue 107

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

Shades of Cerise #DC226B

Tints of Cerise #DC226B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.42%

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

R = 60.94%
G = 9.42%
B = 29.64%

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

#DC226B (or 0xDC226B) is known color: Cerise. HEX triplet: DC, 22 and 6B. RGB value is (220,34,107). Sum of RGB (Red+Green+Blue) = 220+34+107=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 34 (13.67% from 255 or 9.42% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC226B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC226B is #23DD94. Grayscale: #616161. Windows color (decimal): -2350485 or 7021276. OLE color: 7021276.

HSL color Cylindrical-coordinate representation of color #DC226B: hue angle of 336.45º degrees, saturation: 0.73, 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 #DC226B is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 34 107 -
CMYK 0 0.85 0.51 0.14
HSL 336.45º 0.73% 0.5% -
HSV(B) 336.45º 0.85% 0.86% -
XYZ 32.74 17.42 15.55 -
YUV 97.94 133.12 215.06 -
System Red Green Blue C M Y K H S L
Decimal 220 34 107 0 0.85 0.51 0.14 336.45 0.73 0.5
Hex DC 22 6B 0 55 33 E 150 49 32
Octal 334 42 153 0 125 63 16 520 111 62
Binary 11011100 100010 1101011 0 1010101 110011 1110 101010000 1001001 110010

Color Harmonies of #DC226B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC226B

Black with #DC226B

Text Example


Text Example

White with #DC226B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC226B; }

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

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

background-color css

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

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

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

border-color css

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

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

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