Html Css Color HEX #DF388A Deep Cerise

📋 copy color: '#DF388A'

red 223 ◦ green 56 ◦ blue 138

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

Shades of Deep Cerise #DF388A

Tints of Deep Cerise #DF388A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.09%

R = 53.48%
G = 13.43%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DF388A (or 0xDF388A) is known color: Deep Cerise. HEX triplet: DF, 38 and 8A. RGB value is (223,56,138). Sum of RGB (Red+Green+Blue) = 223+56+138=417 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.48% from 417); Green value is 56 (22.27% from 255 or 13.43% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 223 - color contains mainly: red. Hex color #DF388A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF388A is #20C775. Grayscale: #737373. Windows color (decimal): -2148214 or 9058527. OLE color: 9058527.

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

Color convert

RGB 223 56 138 -
CMYK 0 0.75 0.38 0.13
HSL 330.54º 0.72% 0.55% -
HSV(B) 330.54º 0.75% 0.87% -
XYZ 36.43 20.35 26.05 -
YUV 115.28 140.83 204.83 -
System Red Green Blue C M Y K H S L
Decimal 223 56 138 0 0.75 0.38 0.13 330.54 0.72 0.55
Hex DF 38 8A 0 4B 26 D 14B 48 37
Octal 337 70 212 0 113 46 15 513 110 67
Binary 11011111 111000 10001010 0 1001011 100110 1101 101001011 1001000 110111

Color Harmonies of #DF388A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF388A

Black with #DF388A

Text Example


Text Example

White with #DF388A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF388A; }

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

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

background-color css

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

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

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

border-color css

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

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

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