Html Css Color HEX #DF2EDC Razzle Dazzle Rose

📋 copy color: '#DF2EDC'

red 223 ◦ green 46 ◦ blue 220

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

Shades of Razzle Dazzle Rose #DF2EDC

Tints of Razzle Dazzle Rose #DF2EDC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.41%

 BLUE value IS 220 (86.33% from 255) = 44.99%

R = 45.6%
G = 9.41%
B = 44.99%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DF2EDC (or 0xDF2EDC) is known color: Razzle Dazzle Rose. HEX triplet: DF, 2E and DC. RGB value is (223,46,220). Sum of RGB (Red+Green+Blue) = 223+46+220=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 46 (18.36% from 255 or 9.41% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF2EDC is #20D123. Grayscale: #767676. Windows color (decimal): -2150692 or 14429919. OLE color: 14429919.

HSL color Cylindrical-coordinate representation of color #DF2EDC: hue angle of 301.02º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF2EDC is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 46 220 -
CMYK 0 0.79 0.01 0.13
HSL 301.02º 0.73% 0.53% -
HSV(B) 301.02º 0.79% 0.87% -
XYZ 44.33 22.81 69.78 -
YUV 118.76 185.14 202.35 -
System Red Green Blue C M Y K H S L
Decimal 223 46 220 0 0.79 0.01 0.13 301.02 0.73 0.53
Hex DF 2E DC 0 4F 1 D 12D 49 35
Octal 337 56 334 0 117 1 15 455 111 65
Binary 11011111 101110 11011100 0 1001111 1 1101 100101101 1001001 110101

Color Harmonies of #DF2EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2EDC

Black with #DF2EDC

Text Example


Text Example

White with #DF2EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2EDC; }

 p { color: rgb(223,46,220); }

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

background-color css

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

 a { background-color: rgb(223,46,220); }

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

border-color css

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

 span { border-color: rgb(223,46,220); }

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