Html Css Color HEX #DD4BAC Brilliant Rose

📋 copy color: '#DD4BAC'

red 221 ◦ green 75 ◦ blue 172

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

Shades of Brilliant Rose #DD4BAC

Tints of Brilliant Rose #DD4BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.75%

R = 47.22%
G = 16.03%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD4BAC (or 0xDD4BAC) is known color: Brilliant Rose. HEX triplet: DD, 4B and AC. RGB value is (221,75,172). Sum of RGB (Red+Green+Blue) = 221+75+172=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 75 (29.69% from 255 or 16.03% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4BAC is #22B453. Grayscale: #818181. Windows color (decimal): -2274388 or 11291613. OLE color: 11291613.

HSL color Cylindrical-coordinate representation of color #DD4BAC: hue angle of 320.14º 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 #DD4BAC is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 75 172 -
CMYK 0 0.66 0.22 0.13
HSL 320.14º 0.68% 0.58% -
HSV(B) 320.14º 0.66% 0.87% -
XYZ 39.78 23.38 41.45 -
YUV 129.71 151.87 193.11 -
System Red Green Blue C M Y K H S L
Decimal 221 75 172 0 0.66 0.22 0.13 320.14 0.68 0.58
Hex DD 4B AC 0 42 16 D 140 44 3A
Octal 335 113 254 0 102 26 15 500 104 72
Binary 11011101 1001011 10101100 0 1000010 10110 1101 101000000 1000100 111010

Color Harmonies of #DD4BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4BAC

Black with #DD4BAC

Text Example


Text Example

White with #DD4BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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