Html Css Color HEX #DF31BB Razzle Dazzle Rose

📋 copy color: '#DF31BB'

red 223 ◦ green 49 ◦ blue 187

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

Shades of Razzle Dazzle Rose #DF31BB

Tints of Razzle Dazzle Rose #DF31BB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.68%

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

R = 48.58%
G = 10.68%
B = 40.74%

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

#DF31BB (or 0xDF31BB) is known color: Razzle Dazzle Rose. HEX triplet: DF, 31 and BB. RGB value is (223,49,187). Sum of RGB (Red+Green+Blue) = 223+49+187=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 49 (19.53% from 255 or 10.68% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DF31BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF31BB is #20CE44. Grayscale: #747474. Windows color (decimal): -2149957 or 12267999. OLE color: 12267999.

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

Color convert

RGB 223 49 187 -
CMYK 0 0.78 0.16 0.13
HSL 312.41º 0.73% 0.53% -
HSV(B) 312.41º 0.78% 0.87% -
XYZ 40.5 21.47 49.02 -
YUV 116.76 167.65 203.78 -
System Red Green Blue C M Y K H S L
Decimal 223 49 187 0 0.78 0.16 0.13 312.41 0.73 0.53
Hex DF 31 BB 0 4E 10 D 138 49 35
Octal 337 61 273 0 116 20 15 470 111 65
Binary 11011111 110001 10111011 0 1001110 10000 1101 100111000 1001001 110101

Color Harmonies of #DF31BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF31BB

Black with #DF31BB

Text Example


Text Example

White with #DF31BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF31BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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