Html Css Color HEX #DF27DD Razzle Dazzle Rose

📋 copy color: '#DF27DD'

red 223 ◦ green 39 ◦ blue 221

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

Shades of Razzle Dazzle Rose #DF27DD

Tints of Razzle Dazzle Rose #DF27DD

RGB

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

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

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

R = 46.17%
G = 8.07%
B = 45.76%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DF27DD (or 0xDF27DD) is known color: Razzle Dazzle Rose. HEX triplet: DF, 27 and DD. RGB value is (223,39,221). Sum of RGB (Red+Green+Blue) = 223+39+221=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 39 (15.62% from 255 or 8.07% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 223 - color contains mainly: red. Hex color #DF27DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF27DD is #20D822. Grayscale: #727272. Windows color (decimal): -2152483 or 14493663. OLE color: 14493663.

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

Color convert

RGB 223 39 221 -
CMYK 0 0.83 0.01 0.13
HSL 300.65º 0.74% 0.51% -
HSV(B) 300.65º 0.83% 0.87% -
XYZ 44.21 22.36 70.39 -
YUV 114.76 187.96 205.2 -
System Red Green Blue C M Y K H S L
Decimal 223 39 221 0 0.83 0.01 0.13 300.65 0.74 0.51
Hex DF 27 DD 0 53 1 D 12D 4A 33
Octal 337 47 335 0 123 1 15 455 112 63
Binary 11011111 100111 11011101 0 1010011 1 1101 100101101 1001010 110011

Color Harmonies of #DF27DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF27DD

Black with #DF27DD

Text Example


Text Example

White with #DF27DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF27DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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