Html Css Color HEX #DE3274 Cerise

📋 copy color: '#DE3274'

red 222 ◦ green 50 ◦ blue 116

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

Shades of Cerise #DE3274

Tints of Cerise #DE3274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.9%

R = 57.22%
G = 12.89%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DE3274 (or 0xDE3274) is known color: Cerise. HEX triplet: DE, 32 and 74. RGB value is (222,50,116). Sum of RGB (Red+Green+Blue) = 222+50+116=388 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.22% from 388); Green value is 50 (19.92% from 255 or 12.89% from 388); Blue value is 116 (45.70% from 255 or 29.90% from 388); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3274 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3274 is #21CD8B. Grayscale: #6C6C6C. Windows color (decimal): -2215308 or 7615198. OLE color: 7615198.

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

Color convert

RGB 222 50 116 -
CMYK 0 0.77 0.48 0.13
HSL 336.98º 0.72% 0.53% -
HSV(B) 336.98º 0.77% 0.87% -
XYZ 34.42 19.07 18.39 -
YUV 108.95 131.98 208.63 -
System Red Green Blue C M Y K H S L
Decimal 222 50 116 0 0.77 0.48 0.13 336.98 0.72 0.53
Hex DE 32 74 0 4D 30 D 151 48 35
Octal 336 62 164 0 115 60 15 521 110 65
Binary 11011110 110010 1110100 0 1001101 110000 1101 101010001 1001000 110101

Color Harmonies of #DE3274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3274

Black with #DE3274

Text Example


Text Example

White with #DE3274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3274; }

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

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

background-color css

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

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

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

border-color css

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

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

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