Html Css Color HEX #DD27C1 Razzle Dazzle Rose

📋 copy color: '#DD27C1'

red 221 ◦ green 39 ◦ blue 193

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

Shades of Razzle Dazzle Rose #DD27C1

Tints of Razzle Dazzle Rose #DD27C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 42.6%

R = 48.79%
G = 8.61%
B = 42.6%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DD27C1 (or 0xDD27C1) is known color: Razzle Dazzle Rose. HEX triplet: DD, 27 and C1. RGB value is (221,39,193). Sum of RGB (Red+Green+Blue) = 221+39+193=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 39 (15.62% from 255 or 8.61% from 453); Blue value is 193 (75.78% from 255 or 42.60% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD27C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD27C1 is #22D83E. Grayscale: #6E6E6E. Windows color (decimal): -2283583 or 12658653. OLE color: 12658653.

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

Color convert

RGB 221 39 193 -
CMYK 0 0.82 0.13 0.13
HSL 309.23º 0.73% 0.51% -
HSV(B) 309.23º 0.82% 0.87% -
XYZ 40.17 20.67 52.33 -
YUV 110.97 174.3 206.48 -
System Red Green Blue C M Y K H S L
Decimal 221 39 193 0 0.82 0.13 0.13 309.23 0.73 0.51
Hex DD 27 C1 0 52 D D 135 49 33
Octal 335 47 301 0 122 15 15 465 111 63
Binary 11011101 100111 11000001 0 1010010 1101 1101 100110101 1001001 110011

Color Harmonies of #DD27C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD27C1

Black with #DD27C1

Text Example


Text Example

White with #DD27C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD27C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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