Html Css Color HEX #DE278B Deep Cerise

📋 copy color: '#DE278B'

red 222 ◦ green 39 ◦ blue 139

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

Shades of Deep Cerise #DE278B

Tints of Deep Cerise #DE278B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.75%

 BLUE value IS 139 (54.69% from 255) = 34.75%

R = 55.5%
G = 9.75%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DE278B (or 0xDE278B) is known color: Deep Cerise. HEX triplet: DE, 27 and 8B. RGB value is (222,39,139). Sum of RGB (Red+Green+Blue) = 222+39+139=400 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.5% from 400); Green value is 39 (15.62% from 255 or 9.75% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 222 - color contains mainly: red. Hex color #DE278B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE278B is #21D874. Grayscale: #686868. Windows color (decimal): -2218101 or 9119710. OLE color: 9119710.

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

Color convert

RGB 222 39 139 -
CMYK 0 0.82 0.37 0.13
HSL 327.21º 0.73% 0.51% -
HSV(B) 327.21º 0.82% 0.87% -
XYZ 35.51 18.84 26.19 -
YUV 105.12 147.13 211.37 -
System Red Green Blue C M Y K H S L
Decimal 222 39 139 0 0.82 0.37 0.13 327.21 0.73 0.51
Hex DE 27 8B 0 52 25 D 147 49 33
Octal 336 47 213 0 122 45 15 507 111 63
Binary 11011110 100111 10001011 0 1010010 100101 1101 101000111 1001001 110011

Color Harmonies of #DE278B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE278B

Black with #DE278B

Text Example


Text Example

White with #DE278B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE278B; }

 p { color: rgb(222,39,139); }

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

background-color css

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

 a { background-color: rgb(222,39,139); }

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

border-color css

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

 span { border-color: rgb(222,39,139); }

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