Html Css Color HEX #D831BB Razzle Dazzle Rose

📋 copy color: '#D831BB'

red 216 ◦ green 49 ◦ blue 187

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

Shades of Razzle Dazzle Rose #D831BB

Tints of Razzle Dazzle Rose #D831BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.37%

R = 47.79%
G = 10.84%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D831BB (or 0xD831BB) is known color: Razzle Dazzle Rose. HEX triplet: D8, 31 and BB. RGB value is (216,49,187). Sum of RGB (Red+Green+Blue) = 216+49+187=452 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.79% from 452); Green value is 49 (19.53% from 255 or 10.84% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 216 - color contains mainly: red. Hex color #D831BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D831BB is #27CE44. Grayscale: #727272. Windows color (decimal): -2608709 or 12267992. OLE color: 12267992.

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

Color convert

RGB 216 49 187 -
CMYK 0 0.77 0.13 0.15
HSL 310.42º 0.68% 0.52% -
HSV(B) 310.42º 0.77% 0.85% -
XYZ 38.39 20.38 48.92 -
YUV 114.67 168.83 200.28 -
System Red Green Blue C M Y K H S L
Decimal 216 49 187 0 0.77 0.13 0.15 310.42 0.68 0.52
Hex D8 31 BB 0 4D D F 136 44 34
Octal 330 61 273 0 115 15 17 466 104 64
Binary 11011000 110001 10111011 0 1001101 1101 1111 100110110 1000100 110100

Color Harmonies of #D831BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D831BB

Black with #D831BB

Text Example


Text Example

White with #D831BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D831BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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