Html Css Color HEX #D832B8 Razzle Dazzle Rose

📋 copy color: '#D832B8'

red 216 ◦ green 50 ◦ blue 184

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

Shades of Razzle Dazzle Rose #D832B8

Tints of Razzle Dazzle Rose #D832B8

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.11%

 BLUE value IS 184 (72.27% from 255) = 40.89%

R = 48%
G = 11.11%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D832B8 (or 0xD832B8) is known color: Razzle Dazzle Rose. HEX triplet: D8, 32 and B8. RGB value is (216,50,184). Sum of RGB (Red+Green+Blue) = 216+50+184=450 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48% from 450); Green value is 50 (19.92% from 255 or 11.11% from 450); Blue value is 184 (72.27% from 255 or 40.89% from 450); Max value from RGB is 216 - color contains mainly: red. Hex color #D832B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D832B8 is #27CD47. Grayscale: #727272. Windows color (decimal): -2608456 or 12071640. OLE color: 12071640.

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

Color convert

RGB 216 50 184 -
CMYK 0 0.77 0.15 0.15
HSL 311.57º 0.68% 0.52% -
HSV(B) 311.57º 0.77% 0.85% -
XYZ 38.11 20.34 47.26 -
YUV 114.91 167 200.1 -
System Red Green Blue C M Y K H S L
Decimal 216 50 184 0 0.77 0.15 0.15 311.57 0.68 0.52
Hex D8 32 B8 0 4D F F 138 44 34
Octal 330 62 270 0 115 17 17 470 104 64
Binary 11011000 110010 10111000 0 1001101 1111 1111 100111000 1000100 110100

Color Harmonies of #D832B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D832B8

Black with #D832B8

Text Example


Text Example

White with #D832B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D832B8; }

 p { color: rgb(216,50,184); }

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

background-color css

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

 a { background-color: rgb(216,50,184); }

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

border-color css

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

 span { border-color: rgb(216,50,184); }

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