Html Css Color HEX #DF378B Deep Cerise

📋 copy color: '#DF378B'

red 223 ◦ green 55 ◦ blue 139

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

Shades of Deep Cerise #DF378B

Tints of Deep Cerise #DF378B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.19%

 BLUE value IS 139 (54.69% from 255) = 33.33%

R = 53.48%
G = 13.19%
B = 33.33%

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

#DF378B (or 0xDF378B) is known color: Deep Cerise. HEX triplet: DF, 37 and 8B. RGB value is (223,55,139). Sum of RGB (Red+Green+Blue) = 223+55+139=417 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.48% from 417); Green value is 55 (21.88% from 255 or 13.19% from 417); Blue value is 139 (54.69% from 255 or 33.33% from 417); Max value from RGB is 223 - color contains mainly: red. Hex color #DF378B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF378B is #20C874. Grayscale: #727272. Windows color (decimal): -2148469 or 9123807. OLE color: 9123807.

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

Color convert

RGB 223 55 139 -
CMYK 0 0.75 0.38 0.13
HSL 330º 0.72% 0.55% -
HSV(B) 330º 0.75% 0.87% -
XYZ 36.46 20.28 26.42 -
YUV 114.81 141.66 205.17 -
System Red Green Blue C M Y K H S L
Decimal 223 55 139 0 0.75 0.38 0.13 330 0.72 0.55
Hex DF 37 8B 0 4B 26 D 14A 48 37
Octal 337 67 213 0 113 46 15 512 110 67
Binary 11011111 110111 10001011 0 1001011 100110 1101 101001010 1001000 110111

Color Harmonies of #DF378B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF378B

Black with #DF378B

Text Example


Text Example

White with #DF378B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF378B; }

 p { color: rgb(223,55,139); }

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

background-color css

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

 a { background-color: rgb(223,55,139); }

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

border-color css

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

 span { border-color: rgb(223,55,139); }

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