Html Css Color HEX #DF386A Cerise

📋 copy color: '#DF386A'

red 223 ◦ green 56 ◦ blue 106

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

Shades of Cerise #DF386A

Tints of Cerise #DF386A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.53%

R = 57.92%
G = 14.55%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DF386A (or 0xDF386A) is known color: Cerise. HEX triplet: DF, 38 and 6A. RGB value is (223,56,106). Sum of RGB (Red+Green+Blue) = 223+56+106=385 (50% of max value = 765). Red value is 223 (87.5% from 255 or 57.92% from 385); Green value is 56 (22.27% from 255 or 14.55% from 385); Blue value is 106 (41.80% from 255 or 27.53% from 385); Max value from RGB is 223 - color contains mainly: red. Hex color #DF386A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF386A is #20C795. Grayscale: #6F6F6F. Windows color (decimal): -2148246 or 6961375. OLE color: 6961375.

HSL color Cylindrical-coordinate representation of color #DF386A: hue angle of 342.04º 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 #DF386A is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 56 106 -
CMYK 0 0.75 0.52 0.13
HSL 342.04º 0.72% 0.55% -
HSV(B) 342.04º 0.75% 0.87% -
XYZ 34.45 19.56 15.59 -
YUV 111.63 124.83 207.43 -
System Red Green Blue C M Y K H S L
Decimal 223 56 106 0 0.75 0.52 0.13 342.04 0.72 0.55
Hex DF 38 6A 0 4B 34 D 156 48 37
Octal 337 70 152 0 113 64 15 526 110 67
Binary 11011111 111000 1101010 0 1001011 110100 1101 101010110 1001000 110111

Color Harmonies of #DF386A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF386A

Black with #DF386A

Text Example


Text Example

White with #DF386A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF386A; }

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

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

background-color css

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

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

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

border-color css

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

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

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