Html Css Color HEX #DD56A5 Brilliant Rose

📋 copy color: '#DD56A5'

red 221 ◦ green 86 ◦ blue 165

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

Shades of Brilliant Rose #DD56A5

Tints of Brilliant Rose #DD56A5

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.22%

 BLUE value IS 165 (64.84% from 255) = 34.96%

R = 46.82%
G = 18.22%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DD56A5 (or 0xDD56A5) is known color: Brilliant Rose. HEX triplet: DD, 56 and A5. RGB value is (221,86,165). Sum of RGB (Red+Green+Blue) = 221+86+165=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 86 (33.98% from 255 or 18.22% from 472); Blue value is 165 (64.84% from 255 or 34.96% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD56A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD56A5 is #22A95A. Grayscale: #878787. Windows color (decimal): -2271579 or 10835677. OLE color: 10835677.

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

Color convert

RGB 221 86 165 -
CMYK 0 0.61 0.25 0.13
HSL 324.89º 0.67% 0.6% -
HSV(B) 324.89º 0.61% 0.87% -
XYZ 39.94 24.74 38.27 -
YUV 135.37 144.73 189.08 -
System Red Green Blue C M Y K H S L
Decimal 221 86 165 0 0.61 0.25 0.13 324.89 0.67 0.6
Hex DD 56 A5 0 3D 19 D 145 43 3C
Octal 335 126 245 0 75 31 15 505 103 74
Binary 11011101 1010110 10100101 0 111101 11001 1101 101000101 1000011 111100

Color Harmonies of #DD56A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD56A5

Black with #DD56A5

Text Example


Text Example

White with #DD56A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD56A5; }

 p { color: rgb(221,86,165); }

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

background-color css

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

 a { background-color: rgb(221,86,165); }

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

border-color css

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

 span { border-color: rgb(221,86,165); }

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