Html Css Color HEX #DF31BE Razzle Dazzle Rose

📋 copy color: '#DF31BE'

red 223 ◦ green 49 ◦ blue 190

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

Shades of Razzle Dazzle Rose #DF31BE

Tints of Razzle Dazzle Rose #DF31BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.13%

R = 48.27%
G = 10.61%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DF31BE (or 0xDF31BE) is known color: Razzle Dazzle Rose. HEX triplet: DF, 31 and BE. RGB value is (223,49,190). Sum of RGB (Red+Green+Blue) = 223+49+190=462 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.27% from 462); Green value is 49 (19.53% from 255 or 10.61% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 223 - color contains mainly: red. Hex color #DF31BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF31BE is #20CE41. Grayscale: #747474. Windows color (decimal): -2149954 or 12464607. OLE color: 12464607.

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

Color convert

RGB 223 49 190 -
CMYK 0 0.78 0.15 0.13
HSL 311.38º 0.73% 0.53% -
HSV(B) 311.38º 0.78% 0.87% -
XYZ 40.82 21.6 50.73 -
YUV 117.1 169.15 203.54 -
System Red Green Blue C M Y K H S L
Decimal 223 49 190 0 0.78 0.15 0.13 311.38 0.73 0.53
Hex DF 31 BE 0 4E F D 137 49 35
Octal 337 61 276 0 116 17 15 467 111 65
Binary 11011111 110001 10111110 0 1001110 1111 1101 100110111 1001001 110101

Color Harmonies of #DF31BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF31BE

Black with #DF31BE

Text Example


Text Example

White with #DF31BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF31BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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