Html Css Color HEX #DD4DAD Brilliant Rose

📋 copy color: '#DD4DAD'

red 221 ◦ green 77 ◦ blue 173

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

Shades of Brilliant Rose #DD4DAD

Tints of Brilliant Rose #DD4DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 36.73%

R = 46.92%
G = 16.35%
B = 36.73%

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

#DD4DAD (or 0xDD4DAD) is known color: Brilliant Rose. HEX triplet: DD, 4D and AD. RGB value is (221,77,173). Sum of RGB (Red+Green+Blue) = 221+77+173=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 77 (30.47% from 255 or 16.35% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD4DAD is #22B252. Grayscale: #828282. Windows color (decimal): -2273875 or 11357661. OLE color: 11357661.

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

Color convert

RGB 221 77 173 -
CMYK 0 0.65 0.22 0.13
HSL 320º 0.68% 0.58% -
HSV(B) 320º 0.65% 0.87% -
XYZ 40.02 23.7 42 -
YUV 131 151.71 192.19 -
System Red Green Blue C M Y K H S L
Decimal 221 77 173 0 0.65 0.22 0.13 320 0.68 0.58
Hex DD 4D AD 0 41 16 D 140 44 3A
Octal 335 115 255 0 101 26 15 500 104 72
Binary 11011101 1001101 10101101 0 1000001 10110 1101 101000000 1000100 111010

Color Harmonies of #DD4DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4DAD

Black with #DD4DAD

Text Example


Text Example

White with #DD4DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4DAD; }

 p { color: rgb(221,77,173); }

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

background-color css

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

 a { background-color: rgb(221,77,173); }

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

border-color css

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

 span { border-color: rgb(221,77,173); }

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