Html Css Color HEX #DD27DD Razzle Dazzle Rose

📋 copy color: '#DD27DD'

red 221 ◦ green 39 ◦ blue 221

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

Shades of Razzle Dazzle Rose #DD27DD

Tints of Razzle Dazzle Rose #DD27DD

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.11%

 BLUE value IS 221 (86.72% from 255) = 45.95%

R = 45.95%
G = 8.11%
B = 45.95%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD27DD (or 0xDD27DD) is known color: Razzle Dazzle Rose. HEX triplet: DD, 27 and DD. RGB value is (221,39,221). Sum of RGB (Red+Green+Blue) = 221+39+221=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 39 (15.62% from 255 or 8.11% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD27DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD27DD is #22D822. Grayscale: #717171. Windows color (decimal): -2283555 or 14493661. OLE color: 14493661.

HSL color Cylindrical-coordinate representation of color #DD27DD: hue angle of 300º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD27DD is Cyan = 0, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 39 221 -
CMYK 0 0.82 0 0.13
HSL 300º 0.73% 0.51% -
HSV(B) 300º 0.82% 0.87% -
XYZ 43.6 22.04 70.36 -
YUV 114.17 188.3 204.2 -
System Red Green Blue C M Y K H S L
Decimal 221 39 221 0 0.82 0 0.13 300 0.73 0.51
Hex DD 27 DD 0 52 0 D 12C 49 33
Octal 335 47 335 0 122 0 15 454 111 63
Binary 11011101 100111 11011101 0 1010010 0 1101 100101100 1001001 110011

Color Harmonies of #DD27DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD27DD

Black with #DD27DD

Text Example


Text Example

White with #DD27DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD27DD; }

 p { color: rgb(221,39,221); }

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

background-color css

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

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

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

border-color css

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

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

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