Html Css Color HEX #D731C9 Razzle Dazzle Rose

📋 copy color: '#D731C9'

red 215 ◦ green 49 ◦ blue 201

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

Shades of Razzle Dazzle Rose #D731C9

Tints of Razzle Dazzle Rose #D731C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 43.23%

R = 46.24%
G = 10.54%
B = 43.23%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D731C9 (or 0xD731C9) is known color: Razzle Dazzle Rose. HEX triplet: D7, 31 and C9. RGB value is (215,49,201). Sum of RGB (Red+Green+Blue) = 215+49+201=465 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.24% from 465); Green value is 49 (19.53% from 255 or 10.54% from 465); Blue value is 201 (78.91% from 255 or 43.23% from 465); Max value from RGB is 215 - color contains mainly: red. Hex color #D731C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D731C9 is #28CE36. Grayscale: #737373. Windows color (decimal): -2674231 or 13185495. OLE color: 13185495.

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

Color convert

RGB 215 49 201 -
CMYK 0 0.77 0.07 0.16
HSL 305.06º 0.67% 0.52% -
HSV(B) 305.06º 0.77% 0.84% -
XYZ 39.67 20.86 57.19 -
YUV 115.96 176 198.64 -
System Red Green Blue C M Y K H S L
Decimal 215 49 201 0 0.77 0.07 0.16 305.06 0.67 0.52
Hex D7 31 C9 0 4D 7 10 131 43 34
Octal 327 61 311 0 115 7 20 461 103 64
Binary 11010111 110001 11001001 0 1001101 111 10000 100110001 1000011 110100

Color Harmonies of #D731C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D731C9

Black with #D731C9

Text Example


Text Example

White with #D731C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D731C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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