Html Css Color HEX #DE255F Cerise

📋 copy color: '#DE255F'

red 222 ◦ green 37 ◦ blue 95

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

Shades of Cerise #DE255F

Tints of Cerise #DE255F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.84%

R = 62.71%
G = 10.45%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DE255F (or 0xDE255F) is known color: Cerise. HEX triplet: DE, 25 and 5F. RGB value is (222,37,95). Sum of RGB (Red+Green+Blue) = 222+37+95=354 (46% of max value = 765). Red value is 222 (87.11% from 255 or 62.71% from 354); Green value is 37 (14.84% from 255 or 10.45% from 354); Blue value is 95 (37.5% from 255 or 26.84% from 354); Max value from RGB is 222 - color contains mainly: red. Hex color #DE255F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE255F is #21DAA0. Grayscale: #626262. Windows color (decimal): -2218657 or 6235614. OLE color: 6235614.

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

Color convert

RGB 222 37 95 -
CMYK 0 0.83 0.57 0.13
HSL 341.19º 0.74% 0.51% -
HSV(B) 341.19º 0.83% 0.87% -
XYZ 32.85 17.68 12.51 -
YUV 98.93 125.79 215.78 -
System Red Green Blue C M Y K H S L
Decimal 222 37 95 0 0.83 0.57 0.13 341.19 0.74 0.51
Hex DE 25 5F 0 53 39 D 155 4A 33
Octal 336 45 137 0 123 71 15 525 112 63
Binary 11011110 100101 1011111 0 1010011 111001 1101 101010101 1001010 110011

Color Harmonies of #DE255F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE255F

Black with #DE255F

Text Example


Text Example

White with #DE255F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE255F; }

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

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

background-color css

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

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

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

border-color css

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

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

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