Html Css Color HEX #D72FB8 Razzle Dazzle Rose

📋 copy color: '#D72FB8'

red 215 ◦ green 47 ◦ blue 184

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

Shades of Razzle Dazzle Rose #D72FB8

Tints of Razzle Dazzle Rose #D72FB8

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.54%

 BLUE value IS 184 (72.27% from 255) = 41.26%

R = 48.21%
G = 10.54%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D72FB8 (or 0xD72FB8) is known color: Razzle Dazzle Rose. HEX triplet: D7, 2F and B8. RGB value is (215,47,184). Sum of RGB (Red+Green+Blue) = 215+47+184=446 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.21% from 446); Green value is 47 (18.75% from 255 or 10.54% from 446); Blue value is 184 (72.27% from 255 or 41.26% from 446); Max value from RGB is 215 - color contains mainly: red. Hex color #D72FB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72FB8 is #28D047. Grayscale: #707070. Windows color (decimal): -2674760 or 12070871. OLE color: 12070871.

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

Color convert

RGB 215 47 184 -
CMYK 0 0.78 0.14 0.16
HSL 311.07º 0.68% 0.51% -
HSV(B) 311.07º 0.78% 0.84% -
XYZ 37.69 19.94 47.21 -
YUV 112.85 168.16 200.86 -
System Red Green Blue C M Y K H S L
Decimal 215 47 184 0 0.78 0.14 0.16 311.07 0.68 0.51
Hex D7 2F B8 0 4E E 10 137 44 33
Octal 327 57 270 0 116 16 20 467 104 63
Binary 11010111 101111 10111000 0 1001110 1110 10000 100110111 1000100 110011

Color Harmonies of #D72FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72FB8

Black with #D72FB8

Text Example


Text Example

White with #D72FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72FB8; }

 p { color: rgb(215,47,184); }

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

background-color css

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

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

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

border-color css

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

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

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