Html Css Color HEX #DC3269 Cerise

📋 copy color: '#DC3269'

red 220 ◦ green 50 ◦ blue 105

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

Shades of Cerise #DC3269

Tints of Cerise #DC3269

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.33%

 BLUE value IS 105 (41.41% from 255) = 28%

R = 58.67%
G = 13.33%
B = 28%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DC3269 (or 0xDC3269) is known color: Cerise. HEX triplet: DC, 32 and 69. RGB value is (220,50,105). Sum of RGB (Red+Green+Blue) = 220+50+105=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 50 (19.92% from 255 or 13.33% from 375); Blue value is 105 (41.41% from 255 or 28% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3269 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3269 is #23CD96. Grayscale: #6B6B6B. Windows color (decimal): -2346391 or 6894300. OLE color: 6894300.

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

Color convert

RGB 220 50 105 -
CMYK 0 0.77 0.52 0.14
HSL 340.59º 0.71% 0.53% -
HSV(B) 340.59º 0.77% 0.86% -
XYZ 33.21 18.52 15.19 -
YUV 107.1 126.82 208.53 -
System Red Green Blue C M Y K H S L
Decimal 220 50 105 0 0.77 0.52 0.14 340.59 0.71 0.53
Hex DC 32 69 0 4D 34 E 155 47 35
Octal 334 62 151 0 115 64 16 525 107 65
Binary 11011100 110010 1101001 0 1001101 110100 1110 101010101 1000111 110101

Color Harmonies of #DC3269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3269

Black with #DC3269

Text Example


Text Example

White with #DC3269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3269; }

 p { color: rgb(220,50,105); }

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

background-color css

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

 a { background-color: rgb(220,50,105); }

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

border-color css

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

 span { border-color: rgb(220,50,105); }

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