Html Css Color HEX #D729C2 Razzle Dazzle Rose

📋 copy color: '#D729C2'

red 215 ◦ green 41 ◦ blue 194

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

Shades of Razzle Dazzle Rose #D729C2

Tints of Razzle Dazzle Rose #D729C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 43.11%

R = 47.78%
G = 9.11%
B = 43.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D729C2 (or 0xD729C2) is known color: Razzle Dazzle Rose. HEX triplet: D7, 29 and C2. RGB value is (215,41,194). Sum of RGB (Red+Green+Blue) = 215+41+194=450 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.78% from 450); Green value is 41 (16.41% from 255 or 9.11% from 450); Blue value is 194 (76.17% from 255 or 43.11% from 450); Max value from RGB is 215 - color contains mainly: red. Hex color #D729C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D729C2 is #28D63D. Grayscale: #6E6E6E. Windows color (decimal): -2676286 or 12724695. OLE color: 12724695.

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

Color convert

RGB 215 41 194 -
CMYK 0 0.81 0.10 0.16
HSL 307.24º 0.69% 0.5% -
HSV(B) 307.24º 0.81% 0.84% -
XYZ 38.55 19.93 52.85 -
YUV 110.47 175.15 202.56 -
System Red Green Blue C M Y K H S L
Decimal 215 41 194 0 0.81 0.10 0.16 307.24 0.69 0.5
Hex D7 29 C2 0 51 A 10 133 45 32
Octal 327 51 302 0 121 12 20 463 105 62
Binary 11010111 101001 11000010 0 1010001 1010 10000 100110011 1000101 110010

Color Harmonies of #D729C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D729C2

Black with #D729C2

Text Example


Text Example

White with #D729C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D729C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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