Html Css Color HEX #DC425F Cerise

📋 copy color: '#DC425F'

red 220 ◦ green 66 ◦ blue 95

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

Shades of Cerise #DC425F

Tints of Cerise #DC425F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.32%

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

R = 57.74%
G = 17.32%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC425F (or 0xDC425F) is known color: Cerise. HEX triplet: DC, 42 and 5F. RGB value is (220,66,95). Sum of RGB (Red+Green+Blue) = 220+66+95=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 66 (26.17% from 255 or 17.32% from 381); Blue value is 95 (37.5% from 255 or 24.93% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC425F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC425F is #23BDA0. Grayscale: #737373. Windows color (decimal): -2342305 or 6243036. OLE color: 6243036.

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

Color convert

RGB 220 66 95 -
CMYK 0 0.7 0.57 0.14
HSL 348.7º 0.69% 0.56% -
HSV(B) 348.7º 0.7% 0.86% -
XYZ 33.53 19.94 12.91 -
YUV 115.35 116.52 202.64 -
System Red Green Blue C M Y K H S L
Decimal 220 66 95 0 0.7 0.57 0.14 348.7 0.69 0.56
Hex DC 42 5F 0 46 39 E 15D 45 38
Octal 334 102 137 0 106 71 16 535 105 70
Binary 11011100 1000010 1011111 0 1000110 111001 1110 101011101 1000101 111000

Color Harmonies of #DC425F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC425F

Black with #DC425F

Text Example


Text Example

White with #DC425F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC425F; }

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

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

background-color css

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

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

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

border-color css

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

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

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