Html Css Color HEX #DD33BE Razzle Dazzle Rose

📋 copy color: '#DD33BE'

red 221 ◦ green 51 ◦ blue 190

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

Shades of Razzle Dazzle Rose #DD33BE

Tints of Razzle Dazzle Rose #DD33BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.13%

R = 47.84%
G = 11.04%
B = 41.13%

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

#DD33BE (or 0xDD33BE) is known color: Razzle Dazzle Rose. HEX triplet: DD, 33 and BE. RGB value is (221,51,190). Sum of RGB (Red+Green+Blue) = 221+51+190=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 51 (20.31% from 255 or 11.04% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD33BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD33BE is #22CC41. Grayscale: #757575. Windows color (decimal): -2280514 or 12465117. OLE color: 12465117.

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

Color convert

RGB 221 51 190 -
CMYK 0 0.77 0.14 0.13
HSL 310.94º 0.71% 0.53% -
HSV(B) 310.94º 0.77% 0.87% -
XYZ 40.3 21.46 50.73 -
YUV 117.68 168.82 201.7 -
System Red Green Blue C M Y K H S L
Decimal 221 51 190 0 0.77 0.14 0.13 310.94 0.71 0.53
Hex DD 33 BE 0 4D E D 137 47 35
Octal 335 63 276 0 115 16 15 467 107 65
Binary 11011101 110011 10111110 0 1001101 1110 1101 100110111 1000111 110101

Color Harmonies of #DD33BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD33BE

Black with #DD33BE

Text Example


Text Example

White with #DD33BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD33BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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