Html Css Color HEX #DD3AB8 Razzle Dazzle Rose

📋 copy color: '#DD3AB8'

red 221 ◦ green 58 ◦ blue 184

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

Shades of Razzle Dazzle Rose #DD3AB8

Tints of Razzle Dazzle Rose #DD3AB8

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.53%

 BLUE value IS 184 (72.27% from 255) = 39.74%

R = 47.73%
G = 12.53%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DD3AB8 (or 0xDD3AB8) is known color: Razzle Dazzle Rose. HEX triplet: DD, 3A and B8. RGB value is (221,58,184). Sum of RGB (Red+Green+Blue) = 221+58+184=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 58 (23.05% from 255 or 12.53% from 463); Blue value is 184 (72.27% from 255 or 39.74% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD3AB8 is #22C547. Grayscale: #787878. Windows color (decimal): -2278728 or 12073693. OLE color: 12073693.

HSL color Cylindrical-coordinate representation of color #DD3AB8: hue angle of 313.62º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD3AB8 is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 58 184 -
CMYK 0 0.74 0.17 0.13
HSL 313.62º 0.71% 0.55% -
HSV(B) 313.62º 0.74% 0.87% -
XYZ 39.98 21.86 47.46 -
YUV 121.1 163.5 199.25 -
System Red Green Blue C M Y K H S L
Decimal 221 58 184 0 0.74 0.17 0.13 313.62 0.71 0.55
Hex DD 3A B8 0 4A 11 D 13A 47 37
Octal 335 72 270 0 112 21 15 472 107 67
Binary 11011101 111010 10111000 0 1001010 10001 1101 100111010 1000111 110111

Color Harmonies of #DD3AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3AB8

Black with #DD3AB8

Text Example


Text Example

White with #DD3AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3AB8; }

 p { color: rgb(221,58,184); }

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

background-color css

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

 a { background-color: rgb(221,58,184); }

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

border-color css

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

 span { border-color: rgb(221,58,184); }

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