Html Css Color HEX #DF27D2 Razzle Dazzle Rose

📋 copy color: '#DF27D2'

red 223 ◦ green 39 ◦ blue 210

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

Shades of Razzle Dazzle Rose #DF27D2

Tints of Razzle Dazzle Rose #DF27D2

RGB

 RED value IS 223 (87.5% from 255) = 47.25%

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

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

R = 47.25%
G = 8.26%
B = 44.49%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DF27D2 (or 0xDF27D2) is known color: Razzle Dazzle Rose. HEX triplet: DF, 27 and D2. RGB value is (223,39,210). Sum of RGB (Red+Green+Blue) = 223+39+210=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 39 (15.62% from 255 or 8.26% from 472); Blue value is 210 (82.42% from 255 or 44.49% from 472); Max value from RGB is 223 - color contains mainly: red. Hex color #DF27D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF27D2 is #20D82D. Grayscale: #717171. Windows color (decimal): -2152494 or 13772767. OLE color: 13772767.

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

Color convert

RGB 223 39 210 -
CMYK 0 0.83 0.06 0.13
HSL 304.24º 0.74% 0.51% -
HSV(B) 304.24º 0.83% 0.87% -
XYZ 42.79 21.79 62.92 -
YUV 113.51 182.46 206.1 -
System Red Green Blue C M Y K H S L
Decimal 223 39 210 0 0.83 0.06 0.13 304.24 0.74 0.51
Hex DF 27 D2 0 53 6 D 130 4A 33
Octal 337 47 322 0 123 6 15 460 112 63
Binary 11011111 100111 11010010 0 1010011 110 1101 100110000 1001010 110011

Color Harmonies of #DF27D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF27D2

Black with #DF27D2

Text Example


Text Example

White with #DF27D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF27D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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