Html Css Color HEX #DD27D2 Razzle Dazzle Rose

📋 copy color: '#DD27D2'

red 221 ◦ green 39 ◦ blue 210

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

Shades of Razzle Dazzle Rose #DD27D2

Tints of Razzle Dazzle Rose #DD27D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 44.68%

R = 47.02%
G = 8.3%
B = 44.68%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DD27D2 (or 0xDD27D2) is known color: Razzle Dazzle Rose. HEX triplet: DD, 27 and D2. RGB value is (221,39,210). Sum of RGB (Red+Green+Blue) = 221+39+210=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 39 (15.62% from 255 or 8.30% from 470); Blue value is 210 (82.42% from 255 or 44.68% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DD27D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD27D2 is #22D82D. Grayscale: #707070. Windows color (decimal): -2283566 or 13772765. OLE color: 13772765.

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

Color convert

RGB 221 39 210 -
CMYK 0 0.82 0.05 0.13
HSL 303.63º 0.73% 0.51% -
HSV(B) 303.63º 0.82% 0.87% -
XYZ 42.18 21.48 62.9 -
YUV 112.91 182.8 205.1 -
System Red Green Blue C M Y K H S L
Decimal 221 39 210 0 0.82 0.05 0.13 303.63 0.73 0.51
Hex DD 27 D2 0 52 5 D 130 49 33
Octal 335 47 322 0 122 5 15 460 111 63
Binary 11011101 100111 11010010 0 1010010 101 1101 100110000 1001001 110011

Color Harmonies of #DD27D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD27D2

Black with #DD27D2

Text Example


Text Example

White with #DD27D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD27D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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