Html Css Color HEX #DD30BB Razzle Dazzle Rose

📋 copy color: '#DD30BB'

red 221 ◦ green 48 ◦ blue 187

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

Shades of Razzle Dazzle Rose #DD30BB

Tints of Razzle Dazzle Rose #DD30BB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.53%

 BLUE value IS 187 (73.44% from 255) = 41.01%

R = 48.46%
G = 10.53%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DD30BB (or 0xDD30BB) is known color: Razzle Dazzle Rose. HEX triplet: DD, 30 and BB. RGB value is (221,48,187). Sum of RGB (Red+Green+Blue) = 221+48+187=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 48 (19.14% from 255 or 10.53% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DD30BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD30BB is #22CF44. Grayscale: #737373. Windows color (decimal): -2281285 or 12267741. OLE color: 12267741.

HSL color Cylindrical-coordinate representation of color #DD30BB: hue angle of 311.79º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD30BB is Cyan = 0, Magento = 0.78, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 48 187 -
CMYK 0 0.78 0.15 0.13
HSL 311.79º 0.72% 0.53% -
HSV(B) 311.79º 0.78% 0.87% -
XYZ 39.85 21.07 48.98 -
YUV 115.57 168.31 203.2 -
System Red Green Blue C M Y K H S L
Decimal 221 48 187 0 0.78 0.15 0.13 311.79 0.72 0.53
Hex DD 30 BB 0 4E F D 138 48 35
Octal 335 60 273 0 116 17 15 470 110 65
Binary 11011101 110000 10111011 0 1001110 1111 1101 100111000 1001000 110101

Color Harmonies of #DD30BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD30BB

Black with #DD30BB

Text Example


Text Example

White with #DD30BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD30BB; }

 p { color: rgb(221,48,187); }

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

background-color css

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

 a { background-color: rgb(221,48,187); }

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

border-color css

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

 span { border-color: rgb(221,48,187); }

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