Html Css Color HEX #D72FC2 Razzle Dazzle Rose

📋 copy color: '#D72FC2'

red 215 ◦ green 47 ◦ blue 194

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

Shades of Razzle Dazzle Rose #D72FC2

Tints of Razzle Dazzle Rose #D72FC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 42.54%

R = 47.15%
G = 10.31%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D72FC2 (or 0xD72FC2) is known color: Razzle Dazzle Rose. HEX triplet: D7, 2F and C2. RGB value is (215,47,194). Sum of RGB (Red+Green+Blue) = 215+47+194=456 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.15% from 456); Green value is 47 (18.75% from 255 or 10.31% from 456); Blue value is 194 (76.17% from 255 or 42.54% from 456); Max value from RGB is 215 - color contains mainly: red. Hex color #D72FC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72FC2 is #28D03D. Grayscale: #717171. Windows color (decimal): -2674750 or 12726231. OLE color: 12726231.

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

Color convert

RGB 215 47 194 -
CMYK 0 0.78 0.10 0.16
HSL 307.5º 0.68% 0.51% -
HSV(B) 307.5º 0.78% 0.84% -
XYZ 38.78 20.38 52.93 -
YUV 113.99 173.16 200.05 -
System Red Green Blue C M Y K H S L
Decimal 215 47 194 0 0.78 0.10 0.16 307.5 0.68 0.51
Hex D7 2F C2 0 4E A 10 134 44 33
Octal 327 57 302 0 116 12 20 464 104 63
Binary 11010111 101111 11000010 0 1001110 1010 10000 100110100 1000100 110011

Color Harmonies of #D72FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72FC2

Black with #D72FC2

Text Example


Text Example

White with #D72FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72FC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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