Html Css Color HEX #DE2BA3 Deep Cerise

📋 copy color: '#DE2BA3'

red 222 ◦ green 43 ◦ blue 163

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

Shades of Deep Cerise #DE2BA3

Tints of Deep Cerise #DE2BA3

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.05%

 BLUE value IS 163 (64.06% from 255) = 38.08%

R = 51.87%
G = 10.05%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DE2BA3 (or 0xDE2BA3) is known color: Deep Cerise. HEX triplet: DE, 2B and A3. RGB value is (222,43,163). Sum of RGB (Red+Green+Blue) = 222+43+163=428 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.87% from 428); Green value is 43 (17.19% from 255 or 10.05% from 428); Blue value is 163 (64.06% from 255 or 38.08% from 428); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2BA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2BA3 is #21D45C. Grayscale: #6D6D6D. Windows color (decimal): -2217053 or 10693598. OLE color: 10693598.

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

Color convert

RGB 222 43 163 -
CMYK 0 0.81 0.27 0.13
HSL 319.78º 0.73% 0.52% -
HSV(B) 319.78º 0.81% 0.87% -
XYZ 37.6 19.9 36.51 -
YUV 110.2 157.8 207.74 -
System Red Green Blue C M Y K H S L
Decimal 222 43 163 0 0.81 0.27 0.13 319.78 0.73 0.52
Hex DE 2B A3 0 51 1B D 140 49 34
Octal 336 53 243 0 121 33 15 500 111 64
Binary 11011110 101011 10100011 0 1010001 11011 1101 101000000 1001001 110100

Color Harmonies of #DE2BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2BA3

Black with #DE2BA3

Text Example


Text Example

White with #DE2BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2BA3; }

 p { color: rgb(222,43,163); }

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

background-color css

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

 a { background-color: rgb(222,43,163); }

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

border-color css

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

 span { border-color: rgb(222,43,163); }

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