Html Css Color HEX #D731D0 Razzle Dazzle Rose

📋 copy color: '#D731D0'

red 215 ◦ green 49 ◦ blue 208

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

Shades of Razzle Dazzle Rose #D731D0

Tints of Razzle Dazzle Rose #D731D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.07%

R = 45.55%
G = 10.38%
B = 44.07%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D731D0 (or 0xD731D0) is known color: Razzle Dazzle Rose. HEX triplet: D7, 31 and D0. RGB value is (215,49,208). Sum of RGB (Red+Green+Blue) = 215+49+208=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 49 (19.53% from 255 or 10.38% from 472); Blue value is 208 (81.64% from 255 or 44.07% from 472); Max value from RGB is 215 - color contains mainly: red. Hex color #D731D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D731D0 is #28CE2F. Grayscale: #747474. Windows color (decimal): -2674224 or 13644247. OLE color: 13644247.

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

Color convert

RGB 215 49 208 -
CMYK 0 0.77 0.03 0.16
HSL 302.53º 0.67% 0.52% -
HSV(B) 302.53º 0.77% 0.84% -
XYZ 40.51 21.2 61.63 -
YUV 116.76 179.5 198.07 -
System Red Green Blue C M Y K H S L
Decimal 215 49 208 0 0.77 0.03 0.16 302.53 0.67 0.52
Hex D7 31 D0 0 4D 3 10 12F 43 34
Octal 327 61 320 0 115 3 20 457 103 64
Binary 11010111 110001 11010000 0 1001101 11 10000 100101111 1000011 110100

Color Harmonies of #D731D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D731D0

Black with #D731D0

Text Example


Text Example

White with #D731D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D731D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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