Html Css Color HEX #DE58A3 Brilliant Rose

📋 copy color: '#DE58A3'

red 222 ◦ green 88 ◦ blue 163

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

Shades of Brilliant Rose #DE58A3

Tints of Brilliant Rose #DE58A3

RGB

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

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

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

R = 46.93%
G = 18.6%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DE58A3 (or 0xDE58A3) is known color: Brilliant Rose. HEX triplet: DE, 58 and A3. RGB value is (222,88,163). Sum of RGB (Red+Green+Blue) = 222+88+163=473 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.93% from 473); Green value is 88 (34.77% from 255 or 18.60% from 473); Blue value is 163 (64.06% from 255 or 34.46% from 473); Max value from RGB is 222 - color contains mainly: red. Hex color #DE58A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE58A3 is #21A75C. Grayscale: #888888. Windows color (decimal): -2205533 or 10705118. OLE color: 10705118.

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

Color convert

RGB 222 88 163 -
CMYK 0 0.60 0.27 0.13
HSL 326.42º 0.67% 0.61% -
HSV(B) 326.42º 0.6% 0.87% -
XYZ 40.22 25.15 37.39 -
YUV 136.62 142.89 188.9 -
System Red Green Blue C M Y K H S L
Decimal 222 88 163 0 0.60 0.27 0.13 326.42 0.67 0.61
Hex DE 58 A3 0 3C 1B D 146 43 3D
Octal 336 130 243 0 74 33 15 506 103 75
Binary 11011110 1011000 10100011 0 111100 11011 1101 101000110 1000011 111101

Color Harmonies of #DE58A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE58A3

Black with #DE58A3

Text Example


Text Example

White with #DE58A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE58A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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