Html Css Color HEX #D731B7 Razzle Dazzle Rose

📋 copy color: '#D731B7'

red 215 ◦ green 49 ◦ blue 183

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

Shades of Razzle Dazzle Rose #D731B7

Tints of Razzle Dazzle Rose #D731B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 40.94%

R = 48.1%
G = 10.96%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D731B7 (or 0xD731B7) is known color: Razzle Dazzle Rose. HEX triplet: D7, 31 and B7. RGB value is (215,49,183). Sum of RGB (Red+Green+Blue) = 215+49+183=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 49 (19.53% from 255 or 10.96% from 447); Blue value is 183 (71.88% from 255 or 40.94% from 447); Max value from RGB is 215 - color contains mainly: red. Hex color #D731B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D731B7 is #28CE48. Grayscale: #717171. Windows color (decimal): -2674249 or 12005847. OLE color: 12005847.

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

Color convert

RGB 215 49 183 -
CMYK 0 0.77 0.15 0.16
HSL 311.57º 0.67% 0.52% -
HSV(B) 311.57º 0.77% 0.84% -
XYZ 37.67 20.06 46.69 -
YUV 113.91 167 200.1 -
System Red Green Blue C M Y K H S L
Decimal 215 49 183 0 0.77 0.15 0.16 311.57 0.67 0.52
Hex D7 31 B7 0 4D F 10 138 43 34
Octal 327 61 267 0 115 17 20 470 103 64
Binary 11010111 110001 10110111 0 1001101 1111 10000 100111000 1000011 110100

Color Harmonies of #D731B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D731B7

Black with #D731B7

Text Example


Text Example

White with #D731B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D731B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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