Html Css Color HEX #D72FC0 Razzle Dazzle Rose

📋 copy color: '#D72FC0'

red 215 ◦ green 47 ◦ blue 192

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

Shades of Razzle Dazzle Rose #D72FC0

Tints of Razzle Dazzle Rose #D72FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 42.29%

R = 47.36%
G = 10.35%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D72FC0 (or 0xD72FC0) is known color: Razzle Dazzle Rose. HEX triplet: D7, 2F and C0. RGB value is (215,47,192). Sum of RGB (Red+Green+Blue) = 215+47+192=454 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.36% from 454); Green value is 47 (18.75% from 255 or 10.35% from 454); Blue value is 192 (75.39% from 255 or 42.29% from 454); Max value from RGB is 215 - color contains mainly: red. Hex color #D72FC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72FC0 is #28D03F. Grayscale: #717171. Windows color (decimal): -2674752 or 12595159. OLE color: 12595159.

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

Color convert

RGB 215 47 192 -
CMYK 0 0.78 0.11 0.16
HSL 308.21º 0.68% 0.51% -
HSV(B) 308.21º 0.78% 0.84% -
XYZ 38.56 20.29 51.75 -
YUV 113.76 172.16 200.21 -
System Red Green Blue C M Y K H S L
Decimal 215 47 192 0 0.78 0.11 0.16 308.21 0.68 0.51
Hex D7 2F C0 0 4E B 10 134 44 33
Octal 327 57 300 0 116 13 20 464 104 63
Binary 11010111 101111 11000000 0 1001110 1011 10000 100110100 1000100 110011

Color Harmonies of #D72FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72FC0

Black with #D72FC0

Text Example


Text Example

White with #D72FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72FC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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