Html Css Color HEX #DF307A Deep Cerise

📋 copy color: '#DF307A'

red 223 ◦ green 48 ◦ blue 122

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

Shades of Deep Cerise #DF307A

Tints of Deep Cerise #DF307A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.04%

R = 56.74%
G = 12.21%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DF307A (or 0xDF307A) is known color: Deep Cerise. HEX triplet: DF, 30 and 7A. RGB value is (223,48,122). Sum of RGB (Red+Green+Blue) = 223+48+122=393 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.74% from 393); Green value is 48 (19.14% from 255 or 12.21% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 223 - color contains mainly: red. Hex color #DF307A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF307A is #20CF85. Grayscale: #6C6C6C. Windows color (decimal): -2150278 or 8007903. OLE color: 8007903.

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

Color convert

RGB 223 48 122 -
CMYK 0 0.78 0.45 0.13
HSL 334.63º 0.73% 0.53% -
HSV(B) 334.63º 0.78% 0.87% -
XYZ 35 19.21 20.27 -
YUV 108.76 135.48 209.48 -
System Red Green Blue C M Y K H S L
Decimal 223 48 122 0 0.78 0.45 0.13 334.63 0.73 0.53
Hex DF 30 7A 0 4E 2D D 14F 49 35
Octal 337 60 172 0 116 55 15 517 111 65
Binary 11011111 110000 1111010 0 1001110 101101 1101 101001111 1001001 110101

Color Harmonies of #DF307A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF307A

Black with #DF307A

Text Example


Text Example

White with #DF307A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF307A; }

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

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

background-color css

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

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

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

border-color css

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

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

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