Html Css Color HEX #DE58AB Brilliant Rose

📋 copy color: '#DE58AB'

red 222 ◦ green 88 ◦ blue 171

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

Shades of Brilliant Rose #DE58AB

Tints of Brilliant Rose #DE58AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.55%

R = 46.15%
G = 18.3%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DE58AB (or 0xDE58AB) is known color: Brilliant Rose. HEX triplet: DE, 58 and AB. RGB value is (222,88,171). Sum of RGB (Red+Green+Blue) = 222+88+171=481 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.15% from 481); Green value is 88 (34.77% from 255 or 18.30% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 222 - color contains mainly: red. Hex color #DE58AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE58AB is #21A754. Grayscale: #898989. Windows color (decimal): -2205525 or 11229406. OLE color: 11229406.

HSL color Cylindrical-coordinate representation of color #DE58AB: hue angle of 322.84º 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 #DE58AB is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 88 171 -
CMYK 0 0.60 0.23 0.13
HSL 322.84º 0.67% 0.61% -
HSV(B) 322.84º 0.6% 0.87% -
XYZ 40.96 25.45 41.28 -
YUV 137.53 146.89 188.25 -
System Red Green Blue C M Y K H S L
Decimal 222 88 171 0 0.60 0.23 0.13 322.84 0.67 0.61
Hex DE 58 AB 0 3C 17 D 143 43 3D
Octal 336 130 253 0 74 27 15 503 103 75
Binary 11011110 1011000 10101011 0 111100 10111 1101 101000011 1000011 111101

Color Harmonies of #DE58AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE58AB

Black with #DE58AB

Text Example


Text Example

White with #DE58AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE58AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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