Html Css Color HEX #D829BA Razzle Dazzle Rose

📋 copy color: '#D829BA'

red 216 ◦ green 41 ◦ blue 186

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

Shades of Razzle Dazzle Rose #D829BA

Tints of Razzle Dazzle Rose #D829BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.99%

R = 48.76%
G = 9.26%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D829BA (or 0xD829BA) is known color: Razzle Dazzle Rose. HEX triplet: D8, 29 and BA. RGB value is (216,41,186). Sum of RGB (Red+Green+Blue) = 216+41+186=443 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.76% from 443); Green value is 41 (16.41% from 255 or 9.26% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 216 - color contains mainly: red. Hex color #D829BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D829BA is #27D645. Grayscale: #6D6D6D. Windows color (decimal): -2610758 or 12200408. OLE color: 12200408.

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

Color convert

RGB 216 41 186 -
CMYK 0 0.81 0.14 0.15
HSL 310.29º 0.69% 0.5% -
HSV(B) 310.29º 0.81% 0.85% -
XYZ 37.97 19.73 48.26 -
YUV 109.86 170.98 203.71 -
System Red Green Blue C M Y K H S L
Decimal 216 41 186 0 0.81 0.14 0.15 310.29 0.69 0.5
Hex D8 29 BA 0 51 E F 136 45 32
Octal 330 51 272 0 121 16 17 466 105 62
Binary 11011000 101001 10111010 0 1010001 1110 1111 100110110 1000101 110010

Color Harmonies of #D829BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D829BA

Black with #D829BA

Text Example


Text Example

White with #D829BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D829BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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