Html Css Color HEX #DD27D8 Razzle Dazzle Rose

📋 copy color: '#DD27D8'

red 221 ◦ green 39 ◦ blue 216

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

Shades of Razzle Dazzle Rose #DD27D8

Tints of Razzle Dazzle Rose #DD27D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 45.38%

R = 46.43%
G = 8.19%
B = 45.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DD27D8 (or 0xDD27D8) is known color: Razzle Dazzle Rose. HEX triplet: DD, 27 and D8. RGB value is (221,39,216). Sum of RGB (Red+Green+Blue) = 221+39+216=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 39 (15.62% from 255 or 8.19% from 476); Blue value is 216 (84.77% from 255 or 45.38% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD27D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD27D8 is #22D827. Grayscale: #717171. Windows color (decimal): -2283560 or 14165981. OLE color: 14165981.

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

Color convert

RGB 221 39 216 -
CMYK 0 0.82 0.02 0.13
HSL 301.65º 0.73% 0.51% -
HSV(B) 301.65º 0.82% 0.87% -
XYZ 42.94 21.78 66.91 -
YUV 113.6 185.8 204.61 -
System Red Green Blue C M Y K H S L
Decimal 221 39 216 0 0.82 0.02 0.13 301.65 0.73 0.51
Hex DD 27 D8 0 52 2 D 12E 49 33
Octal 335 47 330 0 122 2 15 456 111 63
Binary 11011101 100111 11011000 0 1010010 10 1101 100101110 1001001 110011

Color Harmonies of #DD27D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD27D8

Black with #DD27D8

Text Example


Text Example

White with #DD27D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD27D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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