Html Css Color HEX #DE3069 Cerise

📋 copy color: '#DE3069'

red 222 ◦ green 48 ◦ blue 105

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

Shades of Cerise #DE3069

Tints of Cerise #DE3069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 28%

R = 59.2%
G = 12.8%
B = 28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DE3069 (or 0xDE3069) is known color: Cerise. HEX triplet: DE, 30 and 69. RGB value is (222,48,105). Sum of RGB (Red+Green+Blue) = 222+48+105=375 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.2% from 375); Green value is 48 (19.14% from 255 or 12.8% from 375); Blue value is 105 (41.41% from 255 or 28% from 375); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3069 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3069 is #21CF96. Grayscale: #6A6A6A. Windows color (decimal): -2215831 or 6893790. OLE color: 6893790.

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

Color convert

RGB 222 48 105 -
CMYK 0 0.78 0.53 0.13
HSL 340.34º 0.73% 0.53% -
HSV(B) 340.34º 0.78% 0.87% -
XYZ 33.73 18.66 15.19 -
YUV 106.52 127.15 210.37 -
System Red Green Blue C M Y K H S L
Decimal 222 48 105 0 0.78 0.53 0.13 340.34 0.73 0.53
Hex DE 30 69 0 4E 35 D 154 48 35
Octal 336 60 151 0 116 65 15 524 110 65
Binary 11011110 110000 1101001 0 1001110 110101 1101 101010100 1001000 110101

Color Harmonies of #DE3069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3069

Black with #DE3069

Text Example


Text Example

White with #DE3069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3069; }

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

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

background-color css

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

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

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

border-color css

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

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

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