Html Css Color HEX #DE4DAC Brilliant Rose

📋 copy color: '#DE4DAC'

red 222 ◦ green 77 ◦ blue 172

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

Shades of Brilliant Rose #DE4DAC

Tints of Brilliant Rose #DE4DAC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.35%

 BLUE value IS 172 (67.58% from 255) = 36.52%

R = 47.13%
G = 16.35%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DE4DAC (or 0xDE4DAC) is known color: Brilliant Rose. HEX triplet: DE, 4D and AC. RGB value is (222,77,172). Sum of RGB (Red+Green+Blue) = 222+77+172=471 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.13% from 471); Green value is 77 (30.47% from 255 or 16.35% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE4DAC is #21B253. Grayscale: #828282. Windows color (decimal): -2208340 or 11292126. OLE color: 11292126.

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

Color convert

RGB 222 77 172 -
CMYK 0 0.65 0.23 0.13
HSL 320.69º 0.69% 0.59% -
HSV(B) 320.69º 0.65% 0.87% -
XYZ 40.22 23.82 41.51 -
YUV 131.19 151.04 192.78 -
System Red Green Blue C M Y K H S L
Decimal 222 77 172 0 0.65 0.23 0.13 320.69 0.69 0.59
Hex DE 4D AC 0 41 17 D 141 45 3B
Octal 336 115 254 0 101 27 15 501 105 73
Binary 11011110 1001101 10101100 0 1000001 10111 1101 101000001 1000101 111011

Color Harmonies of #DE4DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4DAC

Black with #DE4DAC

Text Example


Text Example

White with #DE4DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4DAC; }

 p { color: rgb(222,77,172); }

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

background-color css

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

 a { background-color: rgb(222,77,172); }

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

border-color css

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

 span { border-color: rgb(222,77,172); }

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