Html Css Color HEX #DD33BD Razzle Dazzle Rose

📋 copy color: '#DD33BD'

red 221 ◦ green 51 ◦ blue 189

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

Shades of Razzle Dazzle Rose #DD33BD

Tints of Razzle Dazzle Rose #DD33BD

RGB

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

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

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

R = 47.94%
G = 11.06%
B = 41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DD33BD (or 0xDD33BD) is known color: Razzle Dazzle Rose. HEX triplet: DD, 33 and BD. RGB value is (221,51,189). Sum of RGB (Red+Green+Blue) = 221+51+189=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 51 (20.31% from 255 or 11.06% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD33BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD33BD is #22CC42. Grayscale: #757575. Windows color (decimal): -2280515 or 12399581. OLE color: 12399581.

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

Color convert

RGB 221 51 189 -
CMYK 0 0.77 0.14 0.13
HSL 311.29º 0.71% 0.53% -
HSV(B) 311.29º 0.77% 0.87% -
XYZ 40.19 21.41 50.16 -
YUV 117.56 168.32 201.78 -
System Red Green Blue C M Y K H S L
Decimal 221 51 189 0 0.77 0.14 0.13 311.29 0.71 0.53
Hex DD 33 BD 0 4D E D 137 47 35
Octal 335 63 275 0 115 16 15 467 107 65
Binary 11011101 110011 10111101 0 1001101 1110 1101 100110111 1000111 110101

Color Harmonies of #DD33BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD33BD

Black with #DD33BD

Text Example


Text Example

White with #DD33BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD33BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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