Html Css Color HEX #DF3B98 Deep Cerise

📋 copy color: '#DF3B98'

red 223 ◦ green 59 ◦ blue 152

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

Shades of Deep Cerise #DF3B98

Tints of Deep Cerise #DF3B98

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.59%

 BLUE value IS 152 (59.77% from 255) = 35.02%

R = 51.38%
G = 13.59%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DF3B98 (or 0xDF3B98) is known color: Deep Cerise. HEX triplet: DF, 3B and 98. RGB value is (223,59,152). Sum of RGB (Red+Green+Blue) = 223+59+152=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 59 (23.44% from 255 or 13.59% from 434); Blue value is 152 (59.77% from 255 or 35.02% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3B98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3B98 is #20C467. Grayscale: #767676. Windows color (decimal): -2147432 or 9976799. OLE color: 9976799.

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

Color convert

RGB 223 59 152 -
CMYK 0 0.74 0.32 0.13
HSL 325.98º 0.72% 0.55% -
HSV(B) 325.98º 0.74% 0.87% -
XYZ 37.66 21.08 31.79 -
YUV 118.64 146.83 202.44 -
System Red Green Blue C M Y K H S L
Decimal 223 59 152 0 0.74 0.32 0.13 325.98 0.72 0.55
Hex DF 3B 98 0 4A 20 D 146 48 37
Octal 337 73 230 0 112 40 15 506 110 67
Binary 11011111 111011 10011000 0 1001010 100000 1101 101000110 1001000 110111

Color Harmonies of #DF3B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3B98

Black with #DF3B98

Text Example


Text Example

White with #DF3B98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3B98; }

 p { color: rgb(223,59,152); }

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

background-color css

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

 a { background-color: rgb(223,59,152); }

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

border-color css

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

 span { border-color: rgb(223,59,152); }

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