Html Css Color HEX #DE307F Deep Cerise

📋 copy color: '#DE307F'

red 222 ◦ green 48 ◦ blue 127

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

Shades of Deep Cerise #DE307F

Tints of Deep Cerise #DE307F

RGB

 RED value IS 222 (87.11% from 255) = 55.92%

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

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

R = 55.92%
G = 12.09%
B = 31.99%

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

#DE307F (or 0xDE307F) is known color: Deep Cerise. HEX triplet: DE, 30 and 7F. RGB value is (222,48,127). Sum of RGB (Red+Green+Blue) = 222+48+127=397 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.92% from 397); Green value is 48 (19.14% from 255 or 12.09% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 222 - color contains mainly: red. Hex color #DE307F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE307F is #21CF80. Grayscale: #6C6C6C. Windows color (decimal): -2215809 or 8335582. OLE color: 8335582.

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

Color convert

RGB 222 48 127 -
CMYK 0 0.78 0.43 0.13
HSL 332.76º 0.73% 0.53% -
HSV(B) 332.76º 0.78% 0.87% -
XYZ 35.01 19.18 21.93 -
YUV 109.03 138.15 208.58 -
System Red Green Blue C M Y K H S L
Decimal 222 48 127 0 0.78 0.43 0.13 332.76 0.73 0.53
Hex DE 30 7F 0 4E 2B D 14D 48 35
Octal 336 60 177 0 116 53 15 515 110 65
Binary 11011110 110000 1111111 0 1001110 101011 1101 101001101 1001000 110101

Color Harmonies of #DE307F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE307F

Black with #DE307F

Text Example


Text Example

White with #DE307F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE307F; }

 p { color: rgb(222,48,127); }

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

background-color css

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

 a { background-color: rgb(222,48,127); }

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

border-color css

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

 span { border-color: rgb(222,48,127); }

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