Html Css Color HEX #D731C1 Razzle Dazzle Rose

📋 copy color: '#D731C1'

red 215 ◦ green 49 ◦ blue 193

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

Shades of Razzle Dazzle Rose #D731C1

Tints of Razzle Dazzle Rose #D731C1

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.72%

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

R = 47.05%
G = 10.72%
B = 42.23%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D731C1 (or 0xD731C1) is known color: Razzle Dazzle Rose. HEX triplet: D7, 31 and C1. RGB value is (215,49,193). Sum of RGB (Red+Green+Blue) = 215+49+193=457 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.05% from 457); Green value is 49 (19.53% from 255 or 10.72% from 457); Blue value is 193 (75.78% from 255 or 42.23% from 457); Max value from RGB is 215 - color contains mainly: red. Hex color #D731C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D731C1 is #28CE3E. Grayscale: #727272. Windows color (decimal): -2674239 or 12661207. OLE color: 12661207.

HSL color Cylindrical-coordinate representation of color #D731C1: hue angle of 307.95º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D731C1 is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 49 193 -
CMYK 0 0.77 0.10 0.16
HSL 307.95º 0.67% 0.52% -
HSV(B) 307.95º 0.77% 0.84% -
XYZ 38.75 20.49 52.37 -
YUV 115.05 172 199.29 -
System Red Green Blue C M Y K H S L
Decimal 215 49 193 0 0.77 0.10 0.16 307.95 0.67 0.52
Hex D7 31 C1 0 4D A 10 134 43 34
Octal 327 61 301 0 115 12 20 464 103 64
Binary 11010111 110001 11000001 0 1001101 1010 10000 100110100 1000011 110100

Color Harmonies of #D731C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D731C1

Black with #D731C1

Text Example


Text Example

White with #D731C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D731C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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