Html Css Color HEX #D72DD7 Razzle Dazzle Rose

📋 copy color: '#D72DD7'

red 215 ◦ green 45 ◦ blue 215

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

Shades of Razzle Dazzle Rose #D72DD7

Tints of Razzle Dazzle Rose #D72DD7

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.47%

 BLUE value IS 215 (84.38% from 255) = 45.26%

R = 45.26%
G = 9.47%
B = 45.26%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D72DD7 (or 0xD72DD7) is known color: Razzle Dazzle Rose. HEX triplet: D7, 2D and D7. RGB value is (215,45,215). Sum of RGB (Red+Green+Blue) = 215+45+215=475 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.26% from 475); Green value is 45 (17.97% from 255 or 9.47% from 475); Blue value is 215 (84.38% from 255 or 45.26% from 475); Max value from RGB is 215 - color contains mainly: red, blue. Hex color #D72DD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72DD7 is #28D228. Grayscale: #727272. Windows color (decimal): -2675241 or 14101975. OLE color: 14101975.

HSL color Cylindrical-coordinate representation of color #D72DD7: hue angle of 300º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D72DD7 is Cyan = 0, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 45 215 -
CMYK 0 0.79 0 0.16
HSL 300º 0.68% 0.51% -
HSV(B) 300º 0.79% 0.84% -
XYZ 41.23 21.23 66.21 -
YUV 115.21 184.32 199.18 -
System Red Green Blue C M Y K H S L
Decimal 215 45 215 0 0.79 0 0.16 300 0.68 0.51
Hex D7 2D D7 0 4F 0 10 12C 44 33
Octal 327 55 327 0 117 0 20 454 104 63
Binary 11010111 101101 11010111 0 1001111 0 10000 100101100 1000100 110011

Color Harmonies of #D72DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72DD7

Black with #D72DD7

Text Example


Text Example

White with #D72DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72DD7; }

 p { color: rgb(215,45,215); }

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

background-color css

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

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

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

border-color css

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

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

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