Html Css Color HEX #DF395A Cerise

📋 copy color: '#DF395A'

red 223 ◦ green 57 ◦ blue 90

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

Shades of Cerise #DF395A

Tints of Cerise #DF395A

RGB

 RED value IS 223 (87.5% from 255) = 60.27%

 GREEN value IS 57 (22.66% from 255) = 15.41%

 BLUE value IS 90 (35.55% from 255) = 24.32%

R = 60.27%
G = 15.41%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DF395A (or 0xDF395A) is known color: Cerise. HEX triplet: DF, 39 and 5A. RGB value is (223,57,90). Sum of RGB (Red+Green+Blue) = 223+57+90=370 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.27% from 370); Green value is 57 (22.66% from 255 or 15.41% from 370); Blue value is 90 (35.55% from 255 or 24.32% from 370); Max value from RGB is 223 - color contains mainly: red. Hex color #DF395A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF395A is #20C6A5. Grayscale: #6E6E6E. Windows color (decimal): -2148006 or 5913055. OLE color: 5913055.

HSL color Cylindrical-coordinate representation of color #DF395A: hue angle of 348.07º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DF395A is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 57 90 -
CMYK 0 0.74 0.60 0.13
HSL 348.07º 0.72% 0.55% -
HSV(B) 348.07º 0.74% 0.87% -
XYZ 33.74 19.35 11.63 -
YUV 110.4 116.5 208.32 -
System Red Green Blue C M Y K H S L
Decimal 223 57 90 0 0.74 0.60 0.13 348.07 0.72 0.55
Hex DF 39 5A 0 4A 3C D 15C 48 37
Octal 337 71 132 0 112 74 15 534 110 67
Binary 11011111 111001 1011010 0 1001010 111100 1101 101011100 1001000 110111

Color Harmonies of #DF395A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF395A

Black with #DF395A

Text Example


Text Example

White with #DF395A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF395A; }

 p { color: rgb(223,57,90); }

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

background-color css

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

 a { background-color: rgb(223,57,90); }

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

border-color css

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

 span { border-color: rgb(223,57,90); }

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