Html Css Color HEX #D72FBA Razzle Dazzle Rose

📋 copy color: '#D72FBA'

red 215 ◦ green 47 ◦ blue 186

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

Shades of Razzle Dazzle Rose #D72FBA

Tints of Razzle Dazzle Rose #D72FBA

RGB

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

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

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

R = 47.99%
G = 10.49%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D72FBA (or 0xD72FBA) is known color: Razzle Dazzle Rose. HEX triplet: D7, 2F and BA. RGB value is (215,47,186). Sum of RGB (Red+Green+Blue) = 215+47+186=448 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.99% from 448); Green value is 47 (18.75% from 255 or 10.49% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 215 - color contains mainly: red. Hex color #D72FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72FBA is #28D045. Grayscale: #707070. Windows color (decimal): -2674758 or 12201943. OLE color: 12201943.

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

Color convert

RGB 215 47 186 -
CMYK 0 0.78 0.13 0.16
HSL 310.36º 0.68% 0.51% -
HSV(B) 310.36º 0.78% 0.84% -
XYZ 37.9 20.03 48.32 -
YUV 113.08 169.16 200.7 -
System Red Green Blue C M Y K H S L
Decimal 215 47 186 0 0.78 0.13 0.16 310.36 0.68 0.51
Hex D7 2F BA 0 4E D 10 136 44 33
Octal 327 57 272 0 116 15 20 466 104 63
Binary 11010111 101111 10111010 0 1001110 1101 10000 100110110 1000100 110011

Color Harmonies of #D72FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72FBA

Black with #D72FBA

Text Example


Text Example

White with #D72FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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