Html Css Color HEX #DE58A8 Brilliant Rose

📋 copy color: '#DE58A8'

red 222 ◦ green 88 ◦ blue 168

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

Shades of Brilliant Rose #DE58A8

Tints of Brilliant Rose #DE58A8

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.41%

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

R = 46.44%
G = 18.41%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DE58A8 (or 0xDE58A8) is known color: Brilliant Rose. HEX triplet: DE, 58 and A8. RGB value is (222,88,168). Sum of RGB (Red+Green+Blue) = 222+88+168=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 88 (34.77% from 255 or 18.41% from 478); Blue value is 168 (66.02% from 255 or 35.15% from 478); Max value from RGB is 222 - color contains mainly: red. Hex color #DE58A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE58A8 is #21A757. Grayscale: #888888. Windows color (decimal): -2205528 or 11032798. OLE color: 11032798.

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

Color convert

RGB 222 88 168 -
CMYK 0 0.60 0.24 0.13
HSL 324.18º 0.67% 0.61% -
HSV(B) 324.18º 0.6% 0.87% -
XYZ 40.68 25.34 39.79 -
YUV 137.19 145.39 188.5 -
System Red Green Blue C M Y K H S L
Decimal 222 88 168 0 0.60 0.24 0.13 324.18 0.67 0.61
Hex DE 58 A8 0 3C 18 D 144 43 3D
Octal 336 130 250 0 74 30 15 504 103 75
Binary 11011110 1011000 10101000 0 111100 11000 1101 101000100 1000011 111101

Color Harmonies of #DE58A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE58A8

Black with #DE58A8

Text Example


Text Example

White with #DE58A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE58A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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