Html Css Color HEX #DD5BAC Brilliant Rose

📋 copy color: '#DD5BAC'

red 221 ◦ green 91 ◦ blue 172

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

Shades of Brilliant Rose #DD5BAC

Tints of Brilliant Rose #DD5BAC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.8%

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

R = 45.66%
G = 18.8%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD5BAC (or 0xDD5BAC) is known color: Brilliant Rose. HEX triplet: DD, 5B and AC. RGB value is (221,91,172). Sum of RGB (Red+Green+Blue) = 221+91+172=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 91 (35.94% from 255 or 18.80% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5BAC is #22A453. Grayscale: #8A8A8A. Windows color (decimal): -2270292 or 11295709. OLE color: 11295709.

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

Color convert

RGB 221 91 172 -
CMYK 0 0.59 0.22 0.13
HSL 322.62º 0.66% 0.61% -
HSV(B) 322.62º 0.59% 0.87% -
XYZ 41.01 25.83 41.85 -
YUV 139.1 146.57 186.41 -
System Red Green Blue C M Y K H S L
Decimal 221 91 172 0 0.59 0.22 0.13 322.62 0.66 0.61
Hex DD 5B AC 0 3B 16 D 143 42 3D
Octal 335 133 254 0 73 26 15 503 102 75
Binary 11011101 1011011 10101100 0 111011 10110 1101 101000011 1000010 111101

Color Harmonies of #DD5BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5BAC

Black with #DD5BAC

Text Example


Text Example

White with #DD5BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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