Html Css Color HEX #DD33B8 Razzle Dazzle Rose

📋 copy color: '#DD33B8'

red 221 ◦ green 51 ◦ blue 184

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

Shades of Razzle Dazzle Rose #DD33B8

Tints of Razzle Dazzle Rose #DD33B8

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.18%

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

R = 48.46%
G = 11.18%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DD33B8 (or 0xDD33B8) is known color: Razzle Dazzle Rose. HEX triplet: DD, 33 and B8. RGB value is (221,51,184). Sum of RGB (Red+Green+Blue) = 221+51+184=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 51 (20.31% from 255 or 11.18% from 456); Blue value is 184 (72.27% from 255 or 40.35% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DD33B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD33B8 is #22CC47. Grayscale: #747474. Windows color (decimal): -2280520 or 12071901. OLE color: 12071901.

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

Color convert

RGB 221 51 184 -
CMYK 0 0.77 0.17 0.13
HSL 313.06º 0.71% 0.53% -
HSV(B) 313.06º 0.77% 0.87% -
XYZ 39.65 21.2 47.35 -
YUV 116.99 165.82 202.19 -
System Red Green Blue C M Y K H S L
Decimal 221 51 184 0 0.77 0.17 0.13 313.06 0.71 0.53
Hex DD 33 B8 0 4D 11 D 139 47 35
Octal 335 63 270 0 115 21 15 471 107 65
Binary 11011101 110011 10111000 0 1001101 10001 1101 100111001 1000111 110101

Color Harmonies of #DD33B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD33B8

Black with #DD33B8

Text Example


Text Example

White with #DD33B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD33B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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