Html Css Color HEX #D72EBA Razzle Dazzle Rose

📋 copy color: '#D72EBA'

red 215 ◦ green 46 ◦ blue 186

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

Shades of Razzle Dazzle Rose #D72EBA

Tints of Razzle Dazzle Rose #D72EBA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.29%

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

R = 48.1%
G = 10.29%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D72EBA (or 0xD72EBA) is known color: Razzle Dazzle Rose. HEX triplet: D7, 2E and BA. RGB value is (215,46,186). Sum of RGB (Red+Green+Blue) = 215+46+186=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 46 (18.36% from 255 or 10.29% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 215 - color contains mainly: red. Hex color #D72EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72EBA is #28D145. Grayscale: #707070. Windows color (decimal): -2675014 or 12201687. OLE color: 12201687.

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

Color convert

RGB 215 46 186 -
CMYK 0 0.79 0.13 0.16
HSL 310.3º 0.68% 0.51% -
HSV(B) 310.3º 0.79% 0.84% -
XYZ 37.86 19.95 48.31 -
YUV 112.49 169.49 201.12 -
System Red Green Blue C M Y K H S L
Decimal 215 46 186 0 0.79 0.13 0.16 310.3 0.68 0.51
Hex D7 2E BA 0 4F D 10 136 44 33
Octal 327 56 272 0 117 15 20 466 104 63
Binary 11010111 101110 10111010 0 1001111 1101 10000 100110110 1000100 110011

Color Harmonies of #D72EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72EBA

Black with #D72EBA

Text Example


Text Example

White with #D72EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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