Html Css Color HEX #DF30D4 Razzle Dazzle Rose

📋 copy color: '#DF30D4'

red 223 ◦ green 48 ◦ blue 212

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

Shades of Razzle Dazzle Rose #DF30D4

Tints of Razzle Dazzle Rose #DF30D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 43.89%

R = 46.17%
G = 9.94%
B = 43.89%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DF30D4 (or 0xDF30D4) is known color: Razzle Dazzle Rose. HEX triplet: DF, 30 and D4. RGB value is (223,48,212). Sum of RGB (Red+Green+Blue) = 223+48+212=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 48 (19.14% from 255 or 9.94% from 483); Blue value is 212 (83.20% from 255 or 43.89% from 483); Max value from RGB is 223 - color contains mainly: red. Hex color #DF30D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF30D4 is #20CF2B. Grayscale: #767676. Windows color (decimal): -2150188 or 13906143. OLE color: 13906143.

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

Color convert

RGB 223 48 212 -
CMYK 0 0.78 0.05 0.13
HSL 303.77º 0.73% 0.53% -
HSV(B) 303.77º 0.78% 0.87% -
XYZ 43.37 22.56 64.36 -
YUV 119.02 180.48 202.16 -
System Red Green Blue C M Y K H S L
Decimal 223 48 212 0 0.78 0.05 0.13 303.77 0.73 0.53
Hex DF 30 D4 0 4E 5 D 130 49 35
Octal 337 60 324 0 116 5 15 460 111 65
Binary 11011111 110000 11010100 0 1001110 101 1101 100110000 1001001 110101

Color Harmonies of #DF30D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF30D4

Black with #DF30D4

Text Example


Text Example

White with #DF30D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF30D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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