Html Css Color HEX #DE5DAA Brilliant Rose

📋 copy color: '#DE5DAA'

red 222 ◦ green 93 ◦ blue 170

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

Shades of Brilliant Rose #DE5DAA

Tints of Brilliant Rose #DE5DAA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.18%

 BLUE value IS 170 (66.8% from 255) = 35.05%

R = 45.77%
G = 19.18%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DE5DAA (or 0xDE5DAA) is known color: Brilliant Rose. HEX triplet: DE, 5D and AA. RGB value is (222,93,170). Sum of RGB (Red+Green+Blue) = 222+93+170=485 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.77% from 485); Green value is 93 (36.72% from 255 or 19.18% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5DAA is #21A255. Grayscale: #8C8C8C. Windows color (decimal): -2204246 or 11165150. OLE color: 11165150.

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

Color convert

RGB 222 93 170 -
CMYK 0 0.58 0.23 0.13
HSL 324.19º 0.66% 0.62% -
HSV(B) 324.19º 0.58% 0.87% -
XYZ 41.29 26.26 40.92 -
YUV 140.35 144.74 186.24 -
System Red Green Blue C M Y K H S L
Decimal 222 93 170 0 0.58 0.23 0.13 324.19 0.66 0.62
Hex DE 5D AA 0 3A 17 D 144 42 3E
Octal 336 135 252 0 72 27 15 504 102 76
Binary 11011110 1011101 10101010 0 111010 10111 1101 101000100 1000010 111110

Color Harmonies of #DE5DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5DAA

Black with #DE5DAA

Text Example


Text Example

White with #DE5DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5DAA; }

 p { color: rgb(222,93,170); }

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

background-color css

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

 a { background-color: rgb(222,93,170); }

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

border-color css

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

 span { border-color: rgb(222,93,170); }

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