Html Css Color HEX #D831B9 Razzle Dazzle Rose

📋 copy color: '#D831B9'

red 216 ◦ green 49 ◦ blue 185

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

Shades of Razzle Dazzle Rose #D831B9

Tints of Razzle Dazzle Rose #D831B9

RGB

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

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

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

R = 48%
G = 10.89%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D831B9 (or 0xD831B9) is known color: Razzle Dazzle Rose. HEX triplet: D8, 31 and B9. RGB value is (216,49,185). Sum of RGB (Red+Green+Blue) = 216+49+185=450 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48% from 450); Green value is 49 (19.53% from 255 or 10.89% from 450); Blue value is 185 (72.66% from 255 or 41.11% from 450); Max value from RGB is 216 - color contains mainly: red. Hex color #D831B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D831B9 is #27CE46. Grayscale: #727272. Windows color (decimal): -2608711 or 12136920. OLE color: 12136920.

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

Color convert

RGB 216 49 185 -
CMYK 0 0.77 0.14 0.15
HSL 311.14º 0.68% 0.52% -
HSV(B) 311.14º 0.77% 0.85% -
XYZ 38.17 20.3 47.8 -
YUV 114.44 167.83 200.44 -
System Red Green Blue C M Y K H S L
Decimal 216 49 185 0 0.77 0.14 0.15 311.14 0.68 0.52
Hex D8 31 B9 0 4D E F 137 44 34
Octal 330 61 271 0 115 16 17 467 104 64
Binary 11011000 110001 10111001 0 1001101 1110 1111 100110111 1000100 110100

Color Harmonies of #D831B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D831B9

Black with #D831B9

Text Example


Text Example

White with #D831B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D831B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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