Html Css Color HEX #D72ABE Razzle Dazzle Rose

📋 copy color: '#D72ABE'

red 215 ◦ green 42 ◦ blue 190

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

Shades of Razzle Dazzle Rose #D72ABE

Tints of Razzle Dazzle Rose #D72ABE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.4%

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

R = 48.1%
G = 9.4%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D72ABE (or 0xD72ABE) is known color: Razzle Dazzle Rose. HEX triplet: D7, 2A and BE. RGB value is (215,42,190). Sum of RGB (Red+Green+Blue) = 215+42+190=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 42 (16.80% from 255 or 9.40% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 215 - color contains mainly: red. Hex color #D72ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72ABE is #28D541. Grayscale: #6E6E6E. Windows color (decimal): -2676034 or 12462807. OLE color: 12462807.

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

Color convert

RGB 215 42 190 -
CMYK 0 0.80 0.12 0.16
HSL 308.67º 0.68% 0.5% -
HSV(B) 308.67º 0.8% 0.84% -
XYZ 38.15 19.82 50.53 -
YUV 110.6 172.81 202.47 -
System Red Green Blue C M Y K H S L
Decimal 215 42 190 0 0.80 0.12 0.16 308.67 0.68 0.5
Hex D7 2A BE 0 50 C 10 135 44 32
Octal 327 52 276 0 120 14 20 465 104 62
Binary 11010111 101010 10111110 0 1010000 1100 10000 100110101 1000100 110010

Color Harmonies of #D72ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72ABE

Black with #D72ABE

Text Example


Text Example

White with #D72ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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