Html Css Color HEX #DF31B9 Razzle Dazzle Rose

📋 copy color: '#DF31B9'

red 223 ◦ green 49 ◦ blue 185

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

Shades of Razzle Dazzle Rose #DF31B9

Tints of Razzle Dazzle Rose #DF31B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.48%

R = 48.8%
G = 10.72%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DF31B9 (or 0xDF31B9) is known color: Razzle Dazzle Rose. HEX triplet: DF, 31 and B9. RGB value is (223,49,185). Sum of RGB (Red+Green+Blue) = 223+49+185=457 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.80% from 457); Green value is 49 (19.53% from 255 or 10.72% from 457); Blue value is 185 (72.66% from 255 or 40.48% from 457); Max value from RGB is 223 - color contains mainly: red. Hex color #DF31B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF31B9 is #20CE46. Grayscale: #747474. Windows color (decimal): -2149959 or 12136927. OLE color: 12136927.

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

Color convert

RGB 223 49 185 -
CMYK 0 0.78 0.17 0.13
HSL 313.1º 0.73% 0.53% -
HSV(B) 313.1º 0.78% 0.87% -
XYZ 40.29 21.39 47.9 -
YUV 116.53 166.65 203.94 -
System Red Green Blue C M Y K H S L
Decimal 223 49 185 0 0.78 0.17 0.13 313.1 0.73 0.53
Hex DF 31 B9 0 4E 11 D 139 49 35
Octal 337 61 271 0 116 21 15 471 111 65
Binary 11011111 110001 10111001 0 1001110 10001 1101 100111001 1001001 110101

Color Harmonies of #DF31B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF31B9

Black with #DF31B9

Text Example


Text Example

White with #DF31B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF31B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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