Html Css Color HEX #DE257E Deep Cerise

📋 copy color: '#DE257E'

red 222 ◦ green 37 ◦ blue 126

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

Shades of Deep Cerise #DE257E

Tints of Deep Cerise #DE257E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.61%

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

R = 57.66%
G = 9.61%
B = 32.73%

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

#DE257E (or 0xDE257E) is known color: Deep Cerise. HEX triplet: DE, 25 and 7E. RGB value is (222,37,126). Sum of RGB (Red+Green+Blue) = 222+37+126=385 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.66% from 385); Green value is 37 (14.84% from 255 or 9.61% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 222 - color contains mainly: red. Hex color #DE257E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE257E is #21DA81. Grayscale: #666666. Windows color (decimal): -2218626 or 8267230. OLE color: 8267230.

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

Color convert

RGB 222 37 126 -
CMYK 0 0.83 0.43 0.13
HSL 331.14º 0.74% 0.51% -
HSV(B) 331.14º 0.83% 0.87% -
XYZ 34.55 18.36 21.46 -
YUV 102.46 141.29 213.26 -
System Red Green Blue C M Y K H S L
Decimal 222 37 126 0 0.83 0.43 0.13 331.14 0.74 0.51
Hex DE 25 7E 0 53 2B D 14B 4A 33
Octal 336 45 176 0 123 53 15 513 112 63
Binary 11011110 100101 1111110 0 1010011 101011 1101 101001011 1001010 110011

Color Harmonies of #DE257E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE257E

Black with #DE257E

Text Example


Text Example

White with #DE257E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE257E; }

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

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

background-color css

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

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

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

border-color css

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

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

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