Html Css Color HEX #DF385A Cerise

📋 copy color: '#DF385A'

red 223 ◦ green 56 ◦ blue 90

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

Shades of Cerise #DF385A

Tints of Cerise #DF385A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.18%

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

R = 60.43%
G = 15.18%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DF385A (or 0xDF385A) is known color: Cerise. HEX triplet: DF, 38 and 5A. RGB value is (223,56,90). Sum of RGB (Red+Green+Blue) = 223+56+90=369 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.43% from 369); Green value is 56 (22.27% from 255 or 15.18% from 369); Blue value is 90 (35.55% from 255 or 24.39% from 369); Max value from RGB is 223 - color contains mainly: red. Hex color #DF385A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF385A is #20C7A5. Grayscale: #6D6D6D. Windows color (decimal): -2148262 or 5912799. OLE color: 5912799.

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

Color convert

RGB 223 56 90 -
CMYK 0 0.75 0.60 0.13
HSL 347.78º 0.72% 0.55% -
HSV(B) 347.78º 0.75% 0.87% -
XYZ 33.69 19.25 11.61 -
YUV 109.81 116.83 208.74 -
System Red Green Blue C M Y K H S L
Decimal 223 56 90 0 0.75 0.60 0.13 347.78 0.72 0.55
Hex DF 38 5A 0 4B 3C D 15C 48 37
Octal 337 70 132 0 113 74 15 534 110 67
Binary 11011111 111000 1011010 0 1001011 111100 1101 101011100 1001000 110111

Color Harmonies of #DF385A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF385A

Black with #DF385A

Text Example


Text Example

White with #DF385A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF385A; }

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

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

background-color css

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

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

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

border-color css

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

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

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