Html Css Color HEX #DE3869 Cerise

📋 copy color: '#DE3869'

red 222 ◦ green 56 ◦ blue 105

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

Shades of Cerise #DE3869

Tints of Cerise #DE3869

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.62%

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

R = 57.96%
G = 14.62%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DE3869 (or 0xDE3869) is known color: Cerise. HEX triplet: DE, 38 and 69. RGB value is (222,56,105). Sum of RGB (Red+Green+Blue) = 222+56+105=383 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.96% from 383); Green value is 56 (22.27% from 255 or 14.62% from 383); Blue value is 105 (41.41% from 255 or 27.42% from 383); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3869 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3869 is #21C796. Grayscale: #6F6F6F. Windows color (decimal): -2213783 or 6895838. OLE color: 6895838.

HSL color Cylindrical-coordinate representation of color #DE3869: hue angle of 342.29º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DE3869 is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 56 105 -
CMYK 0 0.75 0.53 0.13
HSL 342.29º 0.72% 0.55% -
HSV(B) 342.29º 0.75% 0.87% -
XYZ 34.09 19.38 15.31 -
YUV 111.22 124.5 207.02 -
System Red Green Blue C M Y K H S L
Decimal 222 56 105 0 0.75 0.53 0.13 342.29 0.72 0.55
Hex DE 38 69 0 4B 35 D 156 48 37
Octal 336 70 151 0 113 65 15 526 110 67
Binary 11011110 111000 1101001 0 1001011 110101 1101 101010110 1001000 110111

Color Harmonies of #DE3869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3869

Black with #DE3869

Text Example


Text Example

White with #DE3869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3869; }

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

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

background-color css

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

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

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

border-color css

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

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

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