Html Css Color HEX #DE306B Cerise

📋 copy color: '#DE306B'

red 222 ◦ green 48 ◦ blue 107

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

Shades of Cerise #DE306B

Tints of Cerise #DE306B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.38%

R = 58.89%
G = 12.73%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DE306B (or 0xDE306B) is known color: Cerise. HEX triplet: DE, 30 and 6B. RGB value is (222,48,107). Sum of RGB (Red+Green+Blue) = 222+48+107=377 (49% of max value = 765). Red value is 222 (87.11% from 255 or 58.89% from 377); Green value is 48 (19.14% from 255 or 12.73% from 377); Blue value is 107 (42.19% from 255 or 28.38% from 377); Max value from RGB is 222 - color contains mainly: red. Hex color #DE306B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE306B is #21CF94. Grayscale: #6A6A6A. Windows color (decimal): -2215829 or 7024862. OLE color: 7024862.

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

Color convert

RGB 222 48 107 -
CMYK 0 0.78 0.52 0.13
HSL 339.66º 0.73% 0.53% -
HSV(B) 339.66º 0.78% 0.87% -
XYZ 33.84 18.71 15.74 -
YUV 106.75 128.15 210.2 -
System Red Green Blue C M Y K H S L
Decimal 222 48 107 0 0.78 0.52 0.13 339.66 0.73 0.53
Hex DE 30 6B 0 4E 34 D 154 48 35
Octal 336 60 153 0 116 64 15 524 110 65
Binary 11011110 110000 1101011 0 1001110 110100 1101 101010100 1001000 110101

Color Harmonies of #DE306B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE306B

Black with #DE306B

Text Example


Text Example

White with #DE306B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE306B; }

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

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

background-color css

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

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

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

border-color css

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

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

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