Html Css Color HEX #DF30BB Razzle Dazzle Rose

📋 copy color: '#DF30BB'

red 223 ◦ green 48 ◦ blue 187

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

Shades of Razzle Dazzle Rose #DF30BB

Tints of Razzle Dazzle Rose #DF30BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.83%

R = 48.69%
G = 10.48%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DF30BB (or 0xDF30BB) is known color: Razzle Dazzle Rose. HEX triplet: DF, 30 and BB. RGB value is (223,48,187). Sum of RGB (Red+Green+Blue) = 223+48+187=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 48 (19.14% from 255 or 10.48% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DF30BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF30BB is #20CF44. Grayscale: #737373. Windows color (decimal): -2150213 or 12267743. OLE color: 12267743.

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

Color convert

RGB 223 48 187 -
CMYK 0 0.78 0.16 0.13
HSL 312.34º 0.73% 0.53% -
HSV(B) 312.34º 0.78% 0.87% -
XYZ 40.46 21.39 49.01 -
YUV 116.17 167.98 204.2 -
System Red Green Blue C M Y K H S L
Decimal 223 48 187 0 0.78 0.16 0.13 312.34 0.73 0.53
Hex DF 30 BB 0 4E 10 D 138 49 35
Octal 337 60 273 0 116 20 15 470 111 65
Binary 11011111 110000 10111011 0 1001110 10000 1101 100111000 1001001 110101

Color Harmonies of #DF30BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF30BB

Black with #DF30BB

Text Example


Text Example

White with #DF30BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF30BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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