Html Css Color HEX #DD50A7 Brilliant Rose

📋 copy color: '#DD50A7'

red 221 ◦ green 80 ◦ blue 167

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

Shades of Brilliant Rose #DD50A7

Tints of Brilliant Rose #DD50A7

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.09%

 BLUE value IS 167 (65.63% from 255) = 35.68%

R = 47.22%
G = 17.09%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DD50A7 (or 0xDD50A7) is known color: Brilliant Rose. HEX triplet: DD, 50 and A7. RGB value is (221,80,167). Sum of RGB (Red+Green+Blue) = 221+80+167=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 80 (31.64% from 255 or 17.09% from 468); Blue value is 167 (65.62% from 255 or 35.68% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DD50A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD50A7 is #22AF58. Grayscale: #838383. Windows color (decimal): -2273113 or 10965213. OLE color: 10965213.

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

Color convert

RGB 221 80 167 -
CMYK 0 0.64 0.24 0.13
HSL 322.98º 0.67% 0.59% -
HSV(B) 322.98º 0.64% 0.87% -
XYZ 39.66 23.9 39.08 -
YUV 132.08 147.71 191.43 -
System Red Green Blue C M Y K H S L
Decimal 221 80 167 0 0.64 0.24 0.13 322.98 0.67 0.59
Hex DD 50 A7 0 40 18 D 143 43 3B
Octal 335 120 247 0 100 30 15 503 103 73
Binary 11011101 1010000 10100111 0 1000000 11000 1101 101000011 1000011 111011

Color Harmonies of #DD50A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD50A7

Black with #DD50A7

Text Example


Text Example

White with #DD50A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD50A7; }

 p { color: rgb(221,80,167); }

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

background-color css

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

 a { background-color: rgb(221,80,167); }

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

border-color css

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

 span { border-color: rgb(221,80,167); }

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