Html Css Color HEX #DF347F Deep Cerise

📋 copy color: '#DF347F'

red 223 ◦ green 52 ◦ blue 127

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

Shades of Deep Cerise #DF347F

Tints of Deep Cerise #DF347F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.59%

R = 55.47%
G = 12.94%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DF347F (or 0xDF347F) is known color: Deep Cerise. HEX triplet: DF, 34 and 7F. RGB value is (223,52,127). Sum of RGB (Red+Green+Blue) = 223+52+127=402 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.47% from 402); Green value is 52 (20.70% from 255 or 12.94% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 223 - color contains mainly: red. Hex color #DF347F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF347F is #20CB80. Grayscale: #6F6F6F. Windows color (decimal): -2149249 or 8336607. OLE color: 8336607.

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

Color convert

RGB 223 52 127 -
CMYK 0 0.77 0.43 0.13
HSL 333.68º 0.73% 0.54% -
HSV(B) 333.68º 0.77% 0.87% -
XYZ 35.49 19.68 22.01 -
YUV 111.68 136.65 207.4 -
System Red Green Blue C M Y K H S L
Decimal 223 52 127 0 0.77 0.43 0.13 333.68 0.73 0.54
Hex DF 34 7F 0 4D 2B D 14E 49 36
Octal 337 64 177 0 115 53 15 516 111 66
Binary 11011111 110100 1111111 0 1001101 101011 1101 101001110 1001001 110110

Color Harmonies of #DF347F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF347F

Black with #DF347F

Text Example


Text Example

White with #DF347F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF347F; }

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

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

background-color css

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

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

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

border-color css

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

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

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