Html Css Color HEX #DD53A8 Brilliant Rose

📋 copy color: '#DD53A8'

red 221 ◦ green 83 ◦ blue 168

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

Shades of Brilliant Rose #DD53A8

Tints of Brilliant Rose #DD53A8

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.58%

 BLUE value IS 168 (66.02% from 255) = 35.59%

R = 46.82%
G = 17.58%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DD53A8 (or 0xDD53A8) is known color: Brilliant Rose. HEX triplet: DD, 53 and A8. RGB value is (221,83,168). Sum of RGB (Red+Green+Blue) = 221+83+168=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 83 (32.81% from 255 or 17.58% from 472); Blue value is 168 (66.02% from 255 or 35.59% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD53A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD53A8 is #22AC57. Grayscale: #858585. Windows color (decimal): -2272344 or 11031517. OLE color: 11031517.

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

Color convert

RGB 221 83 168 -
CMYK 0 0.62 0.24 0.13
HSL 323.04º 0.67% 0.6% -
HSV(B) 323.04º 0.62% 0.87% -
XYZ 39.98 24.39 39.65 -
YUV 133.95 147.22 190.09 -
System Red Green Blue C M Y K H S L
Decimal 221 83 168 0 0.62 0.24 0.13 323.04 0.67 0.6
Hex DD 53 A8 0 3E 18 D 143 43 3C
Octal 335 123 250 0 76 30 15 503 103 74
Binary 11011101 1010011 10101000 0 111110 11000 1101 101000011 1000011 111100

Color Harmonies of #DD53A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD53A8

Black with #DD53A8

Text Example


Text Example

White with #DD53A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD53A8; }

 p { color: rgb(221,83,168); }

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

background-color css

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

 a { background-color: rgb(221,83,168); }

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

border-color css

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

 span { border-color: rgb(221,83,168); }

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