Html Css Color HEX #DD49AF Brilliant Rose

📋 copy color: '#DD49AF'

red 221 ◦ green 73 ◦ blue 175

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

Shades of Brilliant Rose #DD49AF

Tints of Brilliant Rose #DD49AF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.57%

 BLUE value IS 175 (68.75% from 255) = 37.31%

R = 47.12%
G = 15.57%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DD49AF (or 0xDD49AF) is known color: Brilliant Rose. HEX triplet: DD, 49 and AF. RGB value is (221,73,175). Sum of RGB (Red+Green+Blue) = 221+73+175=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 73 (28.91% from 255 or 15.57% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD49AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD49AF is #22B650. Grayscale: #808080. Windows color (decimal): -2274897 or 11487709. OLE color: 11487709.

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

Color convert

RGB 221 73 175 -
CMYK 0 0.67 0.21 0.13
HSL 318.65º 0.69% 0.58% -
HSV(B) 318.65º 0.67% 0.87% -
XYZ 39.94 23.23 42.94 -
YUV 128.88 154.03 193.71 -
System Red Green Blue C M Y K H S L
Decimal 221 73 175 0 0.67 0.21 0.13 318.65 0.69 0.58
Hex DD 49 AF 0 43 15 D 13F 45 3A
Octal 335 111 257 0 103 25 15 477 105 72
Binary 11011101 1001001 10101111 0 1000011 10101 1101 100111111 1000101 111010

Color Harmonies of #DD49AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD49AF

Black with #DD49AF

Text Example


Text Example

White with #DD49AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD49AF; }

 p { color: rgb(221,73,175); }

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

background-color css

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

 a { background-color: rgb(221,73,175); }

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

border-color css

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

 span { border-color: rgb(221,73,175); }

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