Html Css Color HEX #DF308A Deep Cerise

📋 copy color: '#DF308A'

red 223 ◦ green 48 ◦ blue 138

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

Shades of Deep Cerise #DF308A

Tints of Deep Cerise #DF308A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.74%

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

R = 54.52%
G = 11.74%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DF308A (or 0xDF308A) is known color: Deep Cerise. HEX triplet: DF, 30 and 8A. RGB value is (223,48,138). Sum of RGB (Red+Green+Blue) = 223+48+138=409 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.52% from 409); Green value is 48 (19.14% from 255 or 11.74% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 223 - color contains mainly: red. Hex color #DF308A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF308A is #20CF75. Grayscale: #6E6E6E. Windows color (decimal): -2150262 or 9056479. OLE color: 9056479.

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

Color convert

RGB 223 48 138 -
CMYK 0 0.78 0.38 0.13
HSL 329.14º 0.73% 0.53% -
HSV(B) 329.14º 0.78% 0.87% -
XYZ 36.08 19.64 25.93 -
YUV 110.59 143.48 208.18 -
System Red Green Blue C M Y K H S L
Decimal 223 48 138 0 0.78 0.38 0.13 329.14 0.73 0.53
Hex DF 30 8A 0 4E 26 D 149 49 35
Octal 337 60 212 0 116 46 15 511 111 65
Binary 11011111 110000 10001010 0 1001110 100110 1101 101001001 1001001 110101

Color Harmonies of #DF308A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF308A

Black with #DF308A

Text Example


Text Example

White with #DF308A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF308A; }

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

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

background-color css

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

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

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

border-color css

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

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

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