Html Css Color HEX #D729BA Razzle Dazzle Rose

📋 copy color: '#D729BA'

red 215 ◦ green 41 ◦ blue 186

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

Shades of Razzle Dazzle Rose #D729BA

Tints of Razzle Dazzle Rose #D729BA

RGB

 RED value IS 215 (84.38% from 255) = 48.64%

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

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

R = 48.64%
G = 9.28%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D729BA (or 0xD729BA) is known color: Razzle Dazzle Rose. HEX triplet: D7, 29 and BA. RGB value is (215,41,186). Sum of RGB (Red+Green+Blue) = 215+41+186=442 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.64% from 442); Green value is 41 (16.41% from 255 or 9.28% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 215 - color contains mainly: red. Hex color #D729BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D729BA is #28D645. Grayscale: #6D6D6D. Windows color (decimal): -2676294 or 12200407. OLE color: 12200407.

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

Color convert

RGB 215 41 186 -
CMYK 0 0.81 0.13 0.16
HSL 310º 0.69% 0.5% -
HSV(B) 310º 0.81% 0.84% -
XYZ 37.68 19.58 48.25 -
YUV 109.56 171.15 203.21 -
System Red Green Blue C M Y K H S L
Decimal 215 41 186 0 0.81 0.13 0.16 310 0.69 0.5
Hex D7 29 BA 0 51 D 10 136 45 32
Octal 327 51 272 0 121 15 20 466 105 62
Binary 11010111 101001 10111010 0 1010001 1101 10000 100110110 1000101 110010

Color Harmonies of #D729BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D729BA

Black with #D729BA

Text Example


Text Example

White with #D729BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D729BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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