Html Css Color HEX #DE306C Cerise

📋 copy color: '#DE306C'

red 222 ◦ green 48 ◦ blue 108

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

Shades of Cerise #DE306C

Tints of Cerise #DE306C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.57%

R = 58.73%
G = 12.7%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DE306C (or 0xDE306C) is known color: Cerise. HEX triplet: DE, 30 and 6C. RGB value is (222,48,108). Sum of RGB (Red+Green+Blue) = 222+48+108=378 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.73% from 378); Green value is 48 (19.14% from 255 or 12.70% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 222 - color contains mainly: red. Hex color #DE306C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE306C is #21CF93. Grayscale: #6A6A6A. Windows color (decimal): -2215828 or 7090398. OLE color: 7090398.

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

Color convert

RGB 222 48 108 -
CMYK 0 0.78 0.51 0.13
HSL 339.31º 0.73% 0.53% -
HSV(B) 339.31º 0.78% 0.87% -
XYZ 33.89 18.73 16.02 -
YUV 106.87 128.65 210.12 -
System Red Green Blue C M Y K H S L
Decimal 222 48 108 0 0.78 0.51 0.13 339.31 0.73 0.53
Hex DE 30 6C 0 4E 33 D 153 48 35
Octal 336 60 154 0 116 63 15 523 110 65
Binary 11011110 110000 1101100 0 1001110 110011 1101 101010011 1001000 110101

Color Harmonies of #DE306C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE306C

Black with #DE306C

Text Example


Text Example

White with #DE306C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE306C; }

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

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

background-color css

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

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

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

border-color css

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

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

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