Html Css Color HEX #DE267E Deep Cerise

📋 copy color: '#DE267E'

red 222 ◦ green 38 ◦ blue 126

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

Shades of Deep Cerise #DE267E

Tints of Deep Cerise #DE267E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.84%

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

R = 57.51%
G = 9.84%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DE267E (or 0xDE267E) is known color: Deep Cerise. HEX triplet: DE, 26 and 7E. RGB value is (222,38,126). Sum of RGB (Red+Green+Blue) = 222+38+126=386 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.51% from 386); Green value is 38 (15.23% from 255 or 9.84% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 222 - color contains mainly: red. Hex color #DE267E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE267E is #21D981. Grayscale: #666666. Windows color (decimal): -2218370 or 8267486. OLE color: 8267486.

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

Color convert

RGB 222 38 126 -
CMYK 0 0.83 0.43 0.13
HSL 331.3º 0.74% 0.51% -
HSV(B) 331.3º 0.83% 0.87% -
XYZ 34.58 18.42 21.47 -
YUV 103.05 140.96 212.84 -
System Red Green Blue C M Y K H S L
Decimal 222 38 126 0 0.83 0.43 0.13 331.3 0.74 0.51
Hex DE 26 7E 0 53 2B D 14B 4A 33
Octal 336 46 176 0 123 53 15 513 112 63
Binary 11011110 100110 1111110 0 1010011 101011 1101 101001011 1001010 110011

Color Harmonies of #DE267E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE267E

Black with #DE267E

Text Example


Text Example

White with #DE267E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE267E; }

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

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

background-color css

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

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

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

border-color css

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

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

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