Html Css Color HEX #DD30D3 Razzle Dazzle Rose

📋 copy color: '#DD30D3'

red 221 ◦ green 48 ◦ blue 211

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

Shades of Razzle Dazzle Rose #DD30D3

Tints of Razzle Dazzle Rose #DD30D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 43.96%

R = 46.04%
G = 10%
B = 43.96%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DD30D3 (or 0xDD30D3) is known color: Razzle Dazzle Rose. HEX triplet: DD, 30 and D3. RGB value is (221,48,211). Sum of RGB (Red+Green+Blue) = 221+48+211=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 48 (19.14% from 255 or 10% from 480); Blue value is 211 (82.81% from 255 or 43.96% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DD30D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD30D3 is #22CF2C. Grayscale: #757575. Windows color (decimal): -2281261 or 13840605. OLE color: 13840605.

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

Color convert

RGB 221 48 211 -
CMYK 0 0.78 0.05 0.13
HSL 303.47º 0.72% 0.53% -
HSV(B) 303.47º 0.78% 0.87% -
XYZ 42.63 22.19 63.66 -
YUV 118.31 180.31 201.25 -
System Red Green Blue C M Y K H S L
Decimal 221 48 211 0 0.78 0.05 0.13 303.47 0.72 0.53
Hex DD 30 D3 0 4E 5 D 12F 48 35
Octal 335 60 323 0 116 5 15 457 110 65
Binary 11011101 110000 11010011 0 1001110 101 1101 100101111 1001000 110101

Color Harmonies of #DD30D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD30D3

Black with #DD30D3

Text Example


Text Example

White with #DD30D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD30D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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