Html Css Color HEX #D829BE Razzle Dazzle Rose

📋 copy color: '#D829BE'

red 216 ◦ green 41 ◦ blue 190

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

Shades of Razzle Dazzle Rose #D829BE

Tints of Razzle Dazzle Rose #D829BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.51%

R = 48.32%
G = 9.17%
B = 42.51%

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

#D829BE (or 0xD829BE) is known color: Razzle Dazzle Rose. HEX triplet: D8, 29 and BE. RGB value is (216,41,190). Sum of RGB (Red+Green+Blue) = 216+41+190=447 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.32% from 447); Green value is 41 (16.41% from 255 or 9.17% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 216 - color contains mainly: red. Hex color #D829BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D829BE is #27D641. Grayscale: #6D6D6D. Windows color (decimal): -2610754 or 12462552. OLE color: 12462552.

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

Color convert

RGB 216 41 190 -
CMYK 0 0.81 0.12 0.15
HSL 308.91º 0.69% 0.5% -
HSV(B) 308.91º 0.81% 0.85% -
XYZ 38.41 19.9 50.53 -
YUV 110.31 172.98 203.38 -
System Red Green Blue C M Y K H S L
Decimal 216 41 190 0 0.81 0.12 0.15 308.91 0.69 0.5
Hex D8 29 BE 0 51 C F 135 45 32
Octal 330 51 276 0 121 14 17 465 105 62
Binary 11011000 101001 10111110 0 1010001 1100 1111 100110101 1000101 110010

Color Harmonies of #D829BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D829BE

Black with #D829BE

Text Example


Text Example

White with #D829BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D829BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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