Html Css Color HEX #D731BA Razzle Dazzle Rose

📋 copy color: '#D731BA'

red 215 ◦ green 49 ◦ blue 186

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

Shades of Razzle Dazzle Rose #D731BA

Tints of Razzle Dazzle Rose #D731BA

RGB

 RED value IS 215 (84.38% from 255) = 47.78%

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

 BLUE value IS 186 (73.05% from 255) = 41.33%

R = 47.78%
G = 10.89%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D731BA (or 0xD731BA) is known color: Razzle Dazzle Rose. HEX triplet: D7, 31 and BA. RGB value is (215,49,186). Sum of RGB (Red+Green+Blue) = 215+49+186=450 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.78% from 450); Green value is 49 (19.53% from 255 or 10.89% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 215 - color contains mainly: red. Hex color #D731BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D731BA is #28CE45. Grayscale: #717171. Windows color (decimal): -2674246 or 12202455. OLE color: 12202455.

HSL color Cylindrical-coordinate representation of color #D731BA: hue angle of 310.48º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D731BA is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 49 186 -
CMYK 0 0.77 0.13 0.16
HSL 310.48º 0.67% 0.52% -
HSV(B) 310.48º 0.77% 0.84% -
XYZ 37.99 20.19 48.35 -
YUV 114.25 168.5 199.86 -
System Red Green Blue C M Y K H S L
Decimal 215 49 186 0 0.77 0.13 0.16 310.48 0.67 0.52
Hex D7 31 BA 0 4D D 10 136 43 34
Octal 327 61 272 0 115 15 20 466 103 64
Binary 11010111 110001 10111010 0 1001101 1101 10000 100110110 1000011 110100

Color Harmonies of #D731BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D731BA

Black with #D731BA

Text Example


Text Example

White with #D731BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D731BA; }

 p { color: rgb(215,49,186); }

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

background-color css

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

 a { background-color: rgb(215,49,186); }

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

border-color css

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

 span { border-color: rgb(215,49,186); }

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