Html Css Color HEX #DD5CAC Brilliant Rose

📋 copy color: '#DD5CAC'

red 221 ◦ green 92 ◦ blue 172

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

Shades of Brilliant Rose #DD5CAC

Tints of Brilliant Rose #DD5CAC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.97%

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

R = 45.57%
G = 18.97%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD5CAC (or 0xDD5CAC) is known color: Brilliant Rose. HEX triplet: DD, 5C and AC. RGB value is (221,92,172). Sum of RGB (Red+Green+Blue) = 221+92+172=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 92 (36.33% from 255 or 18.97% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5CAC is #22A353. Grayscale: #8B8B8B. Windows color (decimal): -2270036 or 11295965. OLE color: 11295965.

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

Color convert

RGB 221 92 172 -
CMYK 0 0.58 0.22 0.13
HSL 322.79º 0.65% 0.61% -
HSV(B) 322.79º 0.58% 0.87% -
XYZ 41.09 26.01 41.88 -
YUV 139.69 146.24 186 -
System Red Green Blue C M Y K H S L
Decimal 221 92 172 0 0.58 0.22 0.13 322.79 0.65 0.61
Hex DD 5C AC 0 3A 16 D 143 41 3D
Octal 335 134 254 0 72 26 15 503 101 75
Binary 11011101 1011100 10101100 0 111010 10110 1101 101000011 1000001 111101

Color Harmonies of #DD5CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5CAC

Black with #DD5CAC

Text Example


Text Example

White with #DD5CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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