Html Css Color HEX #DC435F Cerise

📋 copy color: '#DC435F'

red 220 ◦ green 67 ◦ blue 95

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

Shades of Cerise #DC435F

Tints of Cerise #DC435F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.87%

R = 57.59%
G = 17.54%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC435F (or 0xDC435F) is known color: Cerise. HEX triplet: DC, 43 and 5F. RGB value is (220,67,95). Sum of RGB (Red+Green+Blue) = 220+67+95=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 67 (26.56% from 255 or 17.54% from 382); Blue value is 95 (37.5% from 255 or 24.87% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC435F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC435F is #23BCA0. Grayscale: #737373. Windows color (decimal): -2342049 or 6243292. OLE color: 6243292.

HSL color Cylindrical-coordinate representation of color #DC435F: hue angle of 349.02º 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 #DC435F is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 67 95 -
CMYK 0 0.70 0.57 0.14
HSL 349.02º 0.69% 0.56% -
HSV(B) 349.02º 0.7% 0.86% -
XYZ 33.59 20.06 12.93 -
YUV 115.94 116.19 202.22 -
System Red Green Blue C M Y K H S L
Decimal 220 67 95 0 0.70 0.57 0.14 349.02 0.69 0.56
Hex DC 43 5F 0 46 39 E 15D 45 38
Octal 334 103 137 0 106 71 16 535 105 70
Binary 11011100 1000011 1011111 0 1000110 111001 1110 101011101 1000101 111000

Color Harmonies of #DC435F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC435F

Black with #DC435F

Text Example


Text Example

White with #DC435F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC435F; }

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

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

background-color css

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

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

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

border-color css

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

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

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