Html Css Color HEX #DF30D2 Razzle Dazzle Rose

📋 copy color: '#DF30D2'

red 223 ◦ green 48 ◦ blue 210

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

Shades of Razzle Dazzle Rose #DF30D2

Tints of Razzle Dazzle Rose #DF30D2

RGB

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

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

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

R = 46.36%
G = 9.98%
B = 43.66%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DF30D2 (or 0xDF30D2) is known color: Razzle Dazzle Rose. HEX triplet: DF, 30 and D2. RGB value is (223,48,210). Sum of RGB (Red+Green+Blue) = 223+48+210=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 48 (19.14% from 255 or 9.98% from 481); Blue value is 210 (82.42% from 255 or 43.66% from 481); Max value from RGB is 223 - color contains mainly: red. Hex color #DF30D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF30D2 is #20CF2D. Grayscale: #767676. Windows color (decimal): -2150190 or 13775071. OLE color: 13775071.

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

Color convert

RGB 223 48 210 -
CMYK 0 0.78 0.06 0.13
HSL 304.46º 0.73% 0.53% -
HSV(B) 304.46º 0.78% 0.87% -
XYZ 43.12 22.46 63.03 -
YUV 118.79 179.48 202.33 -
System Red Green Blue C M Y K H S L
Decimal 223 48 210 0 0.78 0.06 0.13 304.46 0.73 0.53
Hex DF 30 D2 0 4E 6 D 130 49 35
Octal 337 60 322 0 116 6 15 460 111 65
Binary 11011111 110000 11010010 0 1001110 110 1101 100110000 1001001 110101

Color Harmonies of #DF30D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF30D2

Black with #DF30D2

Text Example


Text Example

White with #DF30D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF30D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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