#DD4BAD

Color #DD4BAD Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #DD4BAD

Tints of Brilliant Rose #DD4BAD

Color information

#DD4BAD (or 0xDD4BAD) is unknown color: approx Brilliant Rose. HEX triplet: DD, 4B and AD. RGB value is (221,75,173). Sum of RGB (Red+Green+Blue) = 221+75+173=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 75 (29.69% from 255 or 15.99% from 469); Blue value is 173 (67.97% from 255 or 36.89% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4BAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4BAD is #22B452. Grayscale: #818181. Windows color (decimal): -2274387 or 11357149. OLE color: 11357149.

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

Color convert

RGB22175173-
CMYK00.660.220.13
HSL319.73º68.22%58.04%-
HSV(B)319.73º66.06%86.67%-
XYZ39.8823.4241.95-
YUV129.83152.37193.03-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.12%
GREEN value IS 75 (29.69% from 255) = 15.99%
BLUE value IS 173 (67.97% from 255) = 36.89%
R=47.12%
G=15.99%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217517300.660.220.13319.7368.2258.04
HexDD4BAD04216D140443a
Octal3351132550102261550010472
Binary11011101100101110101101010000101011011011010000001000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4BAD; }

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

 H1.HeaderClassName
 {
   color: #DD4BAD;
 }
 .AnyTagClassName
 {
   color: #DD4BAD;
 }
</style>
background-color css

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

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

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

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

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

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