Html Css Color HEX #DF307E Deep Cerise

📋 copy color: '#DF307E'

red 223 ◦ green 48 ◦ blue 126

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

Shades of Deep Cerise #DF307E

Tints of Deep Cerise #DF307E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.74%

R = 56.17%
G = 12.09%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DF307E (or 0xDF307E) is known color: Deep Cerise. HEX triplet: DF, 30 and 7E. RGB value is (223,48,126). Sum of RGB (Red+Green+Blue) = 223+48+126=397 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.17% from 397); Green value is 48 (19.14% from 255 or 12.09% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 223 - color contains mainly: red. Hex color #DF307E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF307E is #20CF81. Grayscale: #6D6D6D. Windows color (decimal): -2150274 or 8270047. OLE color: 8270047.

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

Color convert

RGB 223 48 126 -
CMYK 0 0.78 0.43 0.13
HSL 333.26º 0.73% 0.53% -
HSV(B) 333.26º 0.78% 0.87% -
XYZ 35.25 19.31 21.61 -
YUV 109.22 137.48 209.16 -
System Red Green Blue C M Y K H S L
Decimal 223 48 126 0 0.78 0.43 0.13 333.26 0.73 0.53
Hex DF 30 7E 0 4E 2B D 14D 49 35
Octal 337 60 176 0 116 53 15 515 111 65
Binary 11011111 110000 1111110 0 1001110 101011 1101 101001101 1001001 110101

Color Harmonies of #DF307E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF307E

Black with #DF307E

Text Example


Text Example

White with #DF307E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF307E; }

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

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

background-color css

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

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

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

border-color css

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

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

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