Html Css Color HEX #D72BBE Razzle Dazzle Rose

📋 copy color: '#D72BBE'

red 215 ◦ green 43 ◦ blue 190

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

Shades of Razzle Dazzle Rose #D72BBE

Tints of Razzle Dazzle Rose #D72BBE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.6%

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

R = 47.99%
G = 9.6%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D72BBE (or 0xD72BBE) is known color: Razzle Dazzle Rose. HEX triplet: D7, 2B and BE. RGB value is (215,43,190). Sum of RGB (Red+Green+Blue) = 215+43+190=448 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.99% from 448); Green value is 43 (17.19% from 255 or 9.60% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 215 - color contains mainly: red. Hex color #D72BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72BBE is #28D441. Grayscale: #6E6E6E. Windows color (decimal): -2675778 or 12463063. OLE color: 12463063.

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

Color convert

RGB 215 43 190 -
CMYK 0 0.8 0.12 0.16
HSL 308.72º 0.68% 0.51% -
HSV(B) 308.72º 0.8% 0.84% -
XYZ 38.18 19.89 50.54 -
YUV 111.19 172.48 202.05 -
System Red Green Blue C M Y K H S L
Decimal 215 43 190 0 0.8 0.12 0.16 308.72 0.68 0.51
Hex D7 2B BE 0 50 C 10 135 44 33
Octal 327 53 276 0 120 14 20 465 104 63
Binary 11010111 101011 10111110 0 1010000 1100 10000 100110101 1000100 110011

Color Harmonies of #D72BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72BBE

Black with #D72BBE

Text Example


Text Example

White with #D72BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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