Html Css Color HEX #D72FC1 Razzle Dazzle Rose

📋 copy color: '#D72FC1'

red 215 ◦ green 47 ◦ blue 193

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

Shades of Razzle Dazzle Rose #D72FC1

Tints of Razzle Dazzle Rose #D72FC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 42.42%

R = 47.25%
G = 10.33%
B = 42.42%

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

#D72FC1 (or 0xD72FC1) is known color: Razzle Dazzle Rose. HEX triplet: D7, 2F and C1. RGB value is (215,47,193). Sum of RGB (Red+Green+Blue) = 215+47+193=455 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.25% from 455); Green value is 47 (18.75% from 255 or 10.33% from 455); Blue value is 193 (75.78% from 255 or 42.42% from 455); Max value from RGB is 215 - color contains mainly: red. Hex color #D72FC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72FC1 is #28D03E. Grayscale: #717171. Windows color (decimal): -2674751 or 12660695. OLE color: 12660695.

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

Color convert

RGB 215 47 193 -
CMYK 0 0.78 0.10 0.16
HSL 307.86º 0.68% 0.51% -
HSV(B) 307.86º 0.78% 0.84% -
XYZ 38.67 20.33 52.34 -
YUV 113.88 172.66 200.13 -
System Red Green Blue C M Y K H S L
Decimal 215 47 193 0 0.78 0.10 0.16 307.86 0.68 0.51
Hex D7 2F C1 0 4E A 10 134 44 33
Octal 327 57 301 0 116 12 20 464 104 63
Binary 11010111 101111 11000001 0 1001110 1010 10000 100110100 1000100 110011

Color Harmonies of #D72FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72FC1

Black with #D72FC1

Text Example


Text Example

White with #D72FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72FC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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