Html Css Color HEX #DD4EAC Brilliant Rose

📋 copy color: '#DD4EAC'

red 221 ◦ green 78 ◦ blue 172

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

Shades of Brilliant Rose #DD4EAC

Tints of Brilliant Rose #DD4EAC

RGB

 RED value IS 221 (86.72% from 255) = 46.92%

 GREEN value IS 78 (30.86% from 255) = 16.56%

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

R = 46.92%
G = 16.56%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD4EAC (or 0xDD4EAC) is known color: Brilliant Rose. HEX triplet: DD, 4E and AC. RGB value is (221,78,172). Sum of RGB (Red+Green+Blue) = 221+78+172=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 78 (30.86% from 255 or 16.56% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD4EAC is #22B153. Grayscale: #838383. Windows color (decimal): -2273620 or 11292381. OLE color: 11292381.

HSL color Cylindrical-coordinate representation of color #DD4EAC: hue angle of 320.56º degrees, saturation: 0.68, 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 #DD4EAC is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 78 172 -
CMYK 0 0.65 0.22 0.13
HSL 320.56º 0.68% 0.59% -
HSV(B) 320.56º 0.65% 0.87% -
XYZ 39.99 23.8 41.52 -
YUV 131.47 150.88 191.86 -
System Red Green Blue C M Y K H S L
Decimal 221 78 172 0 0.65 0.22 0.13 320.56 0.68 0.59
Hex DD 4E AC 0 41 16 D 141 44 3B
Octal 335 116 254 0 101 26 15 501 104 73
Binary 11011101 1001110 10101100 0 1000001 10110 1101 101000001 1000100 111011

Color Harmonies of #DD4EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4EAC

Black with #DD4EAC

Text Example


Text Example

White with #DD4EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4EAC; }

 p { color: rgb(221,78,172); }

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

background-color css

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

 a { background-color: rgb(221,78,172); }

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

border-color css

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

 span { border-color: rgb(221,78,172); }

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