Html Css Color HEX #DD30BD Razzle Dazzle Rose

📋 copy color: '#DD30BD'

red 221 ◦ green 48 ◦ blue 189

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

Shades of Razzle Dazzle Rose #DD30BD

Tints of Razzle Dazzle Rose #DD30BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.27%

R = 48.25%
G = 10.48%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DD30BD (or 0xDD30BD) is known color: Razzle Dazzle Rose. HEX triplet: DD, 30 and BD. RGB value is (221,48,189). Sum of RGB (Red+Green+Blue) = 221+48+189=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 48 (19.14% from 255 or 10.48% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DD30BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD30BD is #22CF42. Grayscale: #737373. Windows color (decimal): -2281283 or 12398813. OLE color: 12398813.

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

Color convert

RGB 221 48 189 -
CMYK 0 0.78 0.14 0.13
HSL 311.1º 0.72% 0.53% -
HSV(B) 311.1º 0.78% 0.87% -
XYZ 40.06 21.16 50.12 -
YUV 115.8 169.31 203.04 -
System Red Green Blue C M Y K H S L
Decimal 221 48 189 0 0.78 0.14 0.13 311.1 0.72 0.53
Hex DD 30 BD 0 4E E D 137 48 35
Octal 335 60 275 0 116 16 15 467 110 65
Binary 11011101 110000 10111101 0 1001110 1110 1101 100110111 1001000 110101

Color Harmonies of #DD30BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD30BD

Black with #DD30BD

Text Example


Text Example

White with #DD30BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD30BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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