Html Css Color HEX #DD4BAA Brilliant Rose

📋 copy color: '#DD4BAA'

red 221 ◦ green 75 ◦ blue 170

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

Shades of Brilliant Rose #DD4BAA

Tints of Brilliant Rose #DD4BAA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.09%

 BLUE value IS 170 (66.8% from 255) = 36.48%

R = 47.42%
G = 16.09%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD4BAA (or 0xDD4BAA) is known color: Brilliant Rose. HEX triplet: DD, 4B and AA. RGB value is (221,75,170). Sum of RGB (Red+Green+Blue) = 221+75+170=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 75 (29.69% from 255 or 16.09% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4BAA is #22B455. Grayscale: #818181. Windows color (decimal): -2274390 or 11160541. OLE color: 11160541.

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

Color convert

RGB 221 75 170 -
CMYK 0 0.66 0.23 0.13
HSL 320.96º 0.68% 0.58% -
HSV(B) 320.96º 0.66% 0.87% -
XYZ 39.59 23.31 40.44 -
YUV 129.48 150.87 193.28 -
System Red Green Blue C M Y K H S L
Decimal 221 75 170 0 0.66 0.23 0.13 320.96 0.68 0.58
Hex DD 4B AA 0 42 17 D 141 44 3A
Octal 335 113 252 0 102 27 15 501 104 72
Binary 11011101 1001011 10101010 0 1000010 10111 1101 101000001 1000100 111010

Color Harmonies of #DD4BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4BAA

Black with #DD4BAA

Text Example


Text Example

White with #DD4BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4BAA; }

 p { color: rgb(221,75,170); }

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

background-color css

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

 a { background-color: rgb(221,75,170); }

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

border-color css

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

 span { border-color: rgb(221,75,170); }

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