Html Css Color HEX #DF30E1 Razzle Dazzle Rose

📋 copy color: '#DF30E1'

red 223 ◦ green 48 ◦ blue 225

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

Shades of Razzle Dazzle Rose #DF30E1

Tints of Razzle Dazzle Rose #DF30E1

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.68%

 BLUE value IS 225 (88.28% from 255) = 45.36%

R = 44.96%
G = 9.68%
B = 45.36%

CMYK

 C value IS 0.01

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DF30E1 (or 0xDF30E1) is known color: Razzle Dazzle Rose. HEX triplet: DF, 30 and E1. RGB value is (223,48,225). Sum of RGB (Red+Green+Blue) = 223+48+225=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 48 (19.14% from 255 or 9.68% from 496); Blue value is 225 (88.28% from 255 or 45.36% from 496); Max value from RGB is 225 - color contains mainly: blue. Hex color #DF30E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF30E1 is #20CF1E. Grayscale: #777777. Windows color (decimal): -2150175 or 14758111. OLE color: 14758111.

HSL color Cylindrical-coordinate representation of color #DF30E1: hue angle of 299.32º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF30E1 is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 223 48 225 -
CMYK 0.01 0.79 0 0.12
HSL 299.32º 0.75% 0.54% -
HSV(B) 299.32º 0.79% 0.88% -
XYZ 45.08 23.24 73.34 -
YUV 120.5 186.98 201.11 -
System Red Green Blue C M Y K H S L
Decimal 223 48 225 0.01 0.79 0 0.12 299.32 0.75 0.54
Hex DF 30 E1 1 4F 0 C 12B 4B 36
Octal 337 60 341 1 117 0 14 453 113 66
Binary 11011111 110000 11100001 1 1001111 0 1100 100101011 1001011 110110

Color Harmonies of #DF30E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF30E1

Black with #DF30E1

Text Example


Text Example

White with #DF30E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF30E1; }

 p { color: rgb(223,48,225); }

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

background-color css

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

 a { background-color: rgb(223,48,225); }

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

border-color css

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

 span { border-color: rgb(223,48,225); }

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