Html Css Color HEX #DE327E Deep Cerise

📋 copy color: '#DE327E'

red 222 ◦ green 50 ◦ blue 126

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

Shades of Deep Cerise #DE327E

Tints of Deep Cerise #DE327E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.56%

 BLUE value IS 126 (49.61% from 255) = 31.66%

R = 55.78%
G = 12.56%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DE327E (or 0xDE327E) is known color: Deep Cerise. HEX triplet: DE, 32 and 7E. RGB value is (222,50,126). Sum of RGB (Red+Green+Blue) = 222+50+126=398 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.78% from 398); Green value is 50 (19.92% from 255 or 12.56% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 222 - color contains mainly: red. Hex color #DE327E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE327E is #21CD81. Grayscale: #6D6D6D. Windows color (decimal): -2215298 or 8270558. OLE color: 8270558.

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

Color convert

RGB 222 50 126 -
CMYK 0 0.77 0.43 0.13
HSL 333.49º 0.72% 0.53% -
HSV(B) 333.49º 0.77% 0.87% -
XYZ 35.03 19.32 21.62 -
YUV 110.09 136.98 207.82 -
System Red Green Blue C M Y K H S L
Decimal 222 50 126 0 0.77 0.43 0.13 333.49 0.72 0.53
Hex DE 32 7E 0 4D 2B D 14D 48 35
Octal 336 62 176 0 115 53 15 515 110 65
Binary 11011110 110010 1111110 0 1001101 101011 1101 101001101 1001000 110101

Color Harmonies of #DE327E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE327E

Black with #DE327E

Text Example


Text Example

White with #DE327E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE327E; }

 p { color: rgb(222,50,126); }

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

background-color css

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

 a { background-color: rgb(222,50,126); }

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

border-color css

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

 span { border-color: rgb(222,50,126); }

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