Html Css Color HEX #D731B9 Razzle Dazzle Rose

📋 copy color: '#D731B9'

red 215 ◦ green 49 ◦ blue 185

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

Shades of Razzle Dazzle Rose #D731B9

Tints of Razzle Dazzle Rose #D731B9

RGB

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

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

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

R = 47.88%
G = 10.91%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D731B9 (or 0xD731B9) is known color: Razzle Dazzle Rose. HEX triplet: D7, 31 and B9. RGB value is (215,49,185). Sum of RGB (Red+Green+Blue) = 215+49+185=449 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.88% from 449); Green value is 49 (19.53% from 255 or 10.91% from 449); Blue value is 185 (72.66% from 255 or 41.20% from 449); Max value from RGB is 215 - color contains mainly: red. Hex color #D731B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D731B9 is #28CE46. Grayscale: #717171. Windows color (decimal): -2674247 or 12136919. OLE color: 12136919.

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

Color convert

RGB 215 49 185 -
CMYK 0 0.77 0.14 0.16
HSL 310.84º 0.67% 0.52% -
HSV(B) 310.84º 0.77% 0.84% -
XYZ 37.88 20.15 47.79 -
YUV 114.14 168 199.94 -
System Red Green Blue C M Y K H S L
Decimal 215 49 185 0 0.77 0.14 0.16 310.84 0.67 0.52
Hex D7 31 B9 0 4D E 10 137 43 34
Octal 327 61 271 0 115 16 20 467 103 64
Binary 11010111 110001 10111001 0 1001101 1110 10000 100110111 1000011 110100

Color Harmonies of #D731B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D731B9

Black with #D731B9

Text Example


Text Example

White with #D731B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D731B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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