Html Css Color HEX #DF3478 Deep Cerise

📋 copy color: '#DF3478'

red 223 ◦ green 52 ◦ blue 120

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

Shades of Deep Cerise #DF3478

Tints of Deep Cerise #DF3478

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.16%

 BLUE value IS 120 (47.27% from 255) = 30.38%

R = 56.46%
G = 13.16%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DF3478 (or 0xDF3478) is known color: Deep Cerise. HEX triplet: DF, 34 and 78. RGB value is (223,52,120). Sum of RGB (Red+Green+Blue) = 223+52+120=395 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.46% from 395); Green value is 52 (20.70% from 255 or 13.16% from 395); Blue value is 120 (47.27% from 255 or 30.38% from 395); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3478 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3478 is #20CB87. Grayscale: #6E6E6E. Windows color (decimal): -2149256 or 7877855. OLE color: 7877855.

HSL color Cylindrical-coordinate representation of color #DF3478: hue angle of 336.14º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DF3478 is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 52 120 -
CMYK 0 0.77 0.46 0.13
HSL 336.14º 0.73% 0.54% -
HSV(B) 336.14º 0.77% 0.87% -
XYZ 35.05 19.5 19.69 -
YUV 110.88 133.15 207.97 -
System Red Green Blue C M Y K H S L
Decimal 223 52 120 0 0.77 0.46 0.13 336.14 0.73 0.54
Hex DF 34 78 0 4D 2E D 150 49 36
Octal 337 64 170 0 115 56 15 520 111 66
Binary 11011111 110100 1111000 0 1001101 101110 1101 101010000 1001001 110110

Color Harmonies of #DF3478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3478

Black with #DF3478

Text Example


Text Example

White with #DF3478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3478; }

 p { color: rgb(223,52,120); }

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

background-color css

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

 a { background-color: rgb(223,52,120); }

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

border-color css

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

 span { border-color: rgb(223,52,120); }

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