Html Css Color HEX #D72DBE Razzle Dazzle Rose

📋 copy color: '#D72DBE'

red 215 ◦ green 45 ◦ blue 190

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

Shades of Razzle Dazzle Rose #D72DBE

Tints of Razzle Dazzle Rose #D72DBE

RGB

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

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

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

R = 47.78%
G = 10%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D72DBE (or 0xD72DBE) is known color: Razzle Dazzle Rose. HEX triplet: D7, 2D and BE. RGB value is (215,45,190). Sum of RGB (Red+Green+Blue) = 215+45+190=450 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.78% from 450); Green value is 45 (17.97% from 255 or 10% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 215 - color contains mainly: red. Hex color #D72DBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72DBE is #28D241. Grayscale: #6F6F6F. Windows color (decimal): -2675266 or 12463575. OLE color: 12463575.

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

Color convert

RGB 215 45 190 -
CMYK 0 0.79 0.12 0.16
HSL 308.82º 0.68% 0.51% -
HSV(B) 308.82º 0.79% 0.84% -
XYZ 38.26 20.04 50.57 -
YUV 112.36 171.82 201.21 -
System Red Green Blue C M Y K H S L
Decimal 215 45 190 0 0.79 0.12 0.16 308.82 0.68 0.51
Hex D7 2D BE 0 4F C 10 135 44 33
Octal 327 55 276 0 117 14 20 465 104 63
Binary 11010111 101101 10111110 0 1001111 1100 10000 100110101 1000100 110011

Color Harmonies of #D72DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72DBE

Black with #D72DBE

Text Example


Text Example

White with #D72DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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