Html Css Color HEX #D72CC1 Razzle Dazzle Rose

📋 copy color: '#D72CC1'

red 215 ◦ green 44 ◦ blue 193

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

Shades of Razzle Dazzle Rose #D72CC1

Tints of Razzle Dazzle Rose #D72CC1

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.73%

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

R = 47.57%
G = 9.73%
B = 42.7%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D72CC1 (or 0xD72CC1) is known color: Razzle Dazzle Rose. HEX triplet: D7, 2C and C1. RGB value is (215,44,193). Sum of RGB (Red+Green+Blue) = 215+44+193=452 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.57% from 452); Green value is 44 (17.58% from 255 or 9.73% from 452); Blue value is 193 (75.78% from 255 or 42.70% from 452); Max value from RGB is 215 - color contains mainly: red. Hex color #D72CC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72CC1 is #28D33E. Grayscale: #6F6F6F. Windows color (decimal): -2675519 or 12659927. OLE color: 12659927.

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

Color convert

RGB 215 44 193 -
CMYK 0 0.80 0.10 0.16
HSL 307.72º 0.68% 0.51% -
HSV(B) 307.72º 0.8% 0.84% -
XYZ 38.55 20.1 52.3 -
YUV 112.12 173.65 201.38 -
System Red Green Blue C M Y K H S L
Decimal 215 44 193 0 0.80 0.10 0.16 307.72 0.68 0.51
Hex D7 2C C1 0 50 A 10 134 44 33
Octal 327 54 301 0 120 12 20 464 104 63
Binary 11010111 101100 11000001 0 1010000 1010 10000 100110100 1000100 110011

Color Harmonies of #D72CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72CC1

Black with #D72CC1

Text Example


Text Example

White with #D72CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72CC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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