Html Css Color HEX #D829BF Razzle Dazzle Rose

📋 copy color: '#D829BF'

red 216 ◦ green 41 ◦ blue 191

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

Shades of Razzle Dazzle Rose #D829BF

Tints of Razzle Dazzle Rose #D829BF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.15%

 BLUE value IS 191 (75% from 255) = 42.63%

R = 48.21%
G = 9.15%
B = 42.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D829BF (or 0xD829BF) is known color: Razzle Dazzle Rose. HEX triplet: D8, 29 and BF. RGB value is (216,41,191). Sum of RGB (Red+Green+Blue) = 216+41+191=448 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.21% from 448); Green value is 41 (16.41% from 255 or 9.15% from 448); Blue value is 191 (75% from 255 or 42.63% from 448); Max value from RGB is 216 - color contains mainly: red. Hex color #D829BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D829BF is #27D640. Grayscale: #6E6E6E. Windows color (decimal): -2610753 or 12528088. OLE color: 12528088.

HSL color Cylindrical-coordinate representation of color #D829BF: hue angle of 308.57º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D829BF is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 41 191 -
CMYK 0 0.81 0.12 0.15
HSL 308.57º 0.69% 0.5% -
HSV(B) 308.57º 0.81% 0.85% -
XYZ 38.52 19.95 51.11 -
YUV 110.43 173.48 203.3 -
System Red Green Blue C M Y K H S L
Decimal 216 41 191 0 0.81 0.12 0.15 308.57 0.69 0.5
Hex D8 29 BF 0 51 C F 135 45 32
Octal 330 51 277 0 121 14 17 465 105 62
Binary 11011000 101001 10111111 0 1010001 1100 1111 100110101 1000101 110010

Color Harmonies of #D829BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D829BF

Black with #D829BF

Text Example


Text Example

White with #D829BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D829BF; }

 p { color: rgb(216,41,191); }

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

background-color css

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

 a { background-color: rgb(216,41,191); }

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

border-color css

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

 span { border-color: rgb(216,41,191); }

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