Html Css Color HEX #DE468A Deep Cerise

📋 copy color: '#DE468A'

red 222 ◦ green 70 ◦ blue 138

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

Shades of Deep Cerise #DE468A

Tints of Deep Cerise #DE468A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.28%

 BLUE value IS 138 (54.3% from 255) = 32.09%

R = 51.63%
G = 16.28%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DE468A (or 0xDE468A) is known color: Deep Cerise. HEX triplet: DE, 46 and 8A. RGB value is (222,70,138). Sum of RGB (Red+Green+Blue) = 222+70+138=430 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.63% from 430); Green value is 70 (27.73% from 255 or 16.28% from 430); Blue value is 138 (54.30% from 255 or 32.09% from 430); Max value from RGB is 222 - color contains mainly: red. Hex color #DE468A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE468A is #21B975. Grayscale: #7B7B7B. Windows color (decimal): -2210166 or 9062110. OLE color: 9062110.

HSL color Cylindrical-coordinate representation of color #DE468A: hue angle of 333.16º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DE468A is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 70 138 -
CMYK 0 0.68 0.38 0.13
HSL 333.16º 0.7% 0.57% -
HSV(B) 333.16º 0.68% 0.87% -
XYZ 36.9 21.74 26.3 -
YUV 123.2 136.36 198.47 -
System Red Green Blue C M Y K H S L
Decimal 222 70 138 0 0.68 0.38 0.13 333.16 0.7 0.57
Hex DE 46 8A 0 44 26 D 14D 46 39
Octal 336 106 212 0 104 46 15 515 106 71
Binary 11011110 1000110 10001010 0 1000100 100110 1101 101001101 1000110 111001

Color Harmonies of #DE468A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE468A

Black with #DE468A

Text Example


Text Example

White with #DE468A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE468A; }

 p { color: rgb(222,70,138); }

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

background-color css

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

 a { background-color: rgb(222,70,138); }

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

border-color css

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

 span { border-color: rgb(222,70,138); }

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