Html Css Color HEX #D831B5 Razzle Dazzle Rose

📋 copy color: '#D831B5'

red 216 ◦ green 49 ◦ blue 181

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

Shades of Razzle Dazzle Rose #D831B5

Tints of Razzle Dazzle Rose #D831B5

RGB

 RED value IS 216 (84.77% from 255) = 48.43%

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

 BLUE value IS 181 (71.09% from 255) = 40.58%

R = 48.43%
G = 10.99%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D831B5 (or 0xD831B5) is known color: Razzle Dazzle Rose. HEX triplet: D8, 31 and B5. RGB value is (216,49,181). Sum of RGB (Red+Green+Blue) = 216+49+181=446 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.43% from 446); Green value is 49 (19.53% from 255 or 10.99% from 446); Blue value is 181 (71.09% from 255 or 40.58% from 446); Max value from RGB is 216 - color contains mainly: red. Hex color #D831B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D831B5 is #27CE4A. Grayscale: #717171. Windows color (decimal): -2608715 or 11874776. OLE color: 11874776.

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

Color convert

RGB 216 49 181 -
CMYK 0 0.77 0.16 0.15
HSL 312.57º 0.68% 0.52% -
HSV(B) 312.57º 0.77% 0.85% -
XYZ 37.76 20.13 45.61 -
YUV 113.98 165.83 200.77 -
System Red Green Blue C M Y K H S L
Decimal 216 49 181 0 0.77 0.16 0.15 312.57 0.68 0.52
Hex D8 31 B5 0 4D 10 F 139 44 34
Octal 330 61 265 0 115 20 17 471 104 64
Binary 11011000 110001 10110101 0 1001101 10000 1111 100111001 1000100 110100

Color Harmonies of #D831B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D831B5

Black with #D831B5

Text Example


Text Example

White with #D831B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D831B5; }

 p { color: rgb(216,49,181); }

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

background-color css

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

 a { background-color: rgb(216,49,181); }

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

border-color css

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

 span { border-color: rgb(216,49,181); }

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