Html Css Color HEX #DE49A8 Brilliant Rose

📋 copy color: '#DE49A8'

red 222 ◦ green 73 ◦ blue 168

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

Shades of Brilliant Rose #DE49A8

Tints of Brilliant Rose #DE49A8

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.77%

 BLUE value IS 168 (66.02% from 255) = 36.29%

R = 47.95%
G = 15.77%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DE49A8 (or 0xDE49A8) is known color: Brilliant Rose. HEX triplet: DE, 49 and A8. RGB value is (222,73,168). Sum of RGB (Red+Green+Blue) = 222+73+168=463 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.95% from 463); Green value is 73 (28.91% from 255 or 15.77% from 463); Blue value is 168 (66.02% from 255 or 36.29% from 463); Max value from RGB is 222 - color contains mainly: red. Hex color #DE49A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE49A8 is #21B657. Grayscale: #808080. Windows color (decimal): -2209368 or 11028958. OLE color: 11028958.

HSL color Cylindrical-coordinate representation of color #DE49A8: hue angle of 321.74º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DE49A8 is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 73 168 -
CMYK 0 0.67 0.24 0.13
HSL 321.75º 0.69% 0.58% -
HSV(B) 321.75º 0.67% 0.87% -
XYZ 39.57 23.12 39.42 -
YUV 128.38 150.36 194.78 -
System Red Green Blue C M Y K H S L
Decimal 222 73 168 0 0.67 0.24 0.13 321.75 0.69 0.58
Hex DE 49 A8 0 43 18 D 142 45 3A
Octal 336 111 250 0 103 30 15 502 105 72
Binary 11011110 1001001 10101000 0 1000011 11000 1101 101000010 1000101 111010

Color Harmonies of #DE49A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE49A8

Black with #DE49A8

Text Example


Text Example

White with #DE49A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE49A8; }

 p { color: rgb(222,73,168); }

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

background-color css

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

 a { background-color: rgb(222,73,168); }

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

border-color css

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

 span { border-color: rgb(222,73,168); }

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