Html Css Color HEX #D730D1 Razzle Dazzle Rose

📋 copy color: '#D730D1'

red 215 ◦ green 48 ◦ blue 209

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

Shades of Razzle Dazzle Rose #D730D1

Tints of Razzle Dazzle Rose #D730D1

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.17%

 BLUE value IS 209 (82.03% from 255) = 44.28%

R = 45.55%
G = 10.17%
B = 44.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D730D1 (or 0xD730D1) is known color: Razzle Dazzle Rose. HEX triplet: D7, 30 and D1. RGB value is (215,48,209). Sum of RGB (Red+Green+Blue) = 215+48+209=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 48 (19.14% from 255 or 10.17% from 472); Blue value is 209 (82.03% from 255 or 44.28% from 472); Max value from RGB is 215 - color contains mainly: red. Hex color #D730D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D730D1 is #28CF2E. Grayscale: #737373. Windows color (decimal): -2674479 or 13709527. OLE color: 13709527.

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

Color convert

RGB 215 48 209 -
CMYK 0 0.78 0.03 0.16
HSL 302.16º 0.68% 0.52% -
HSV(B) 302.16º 0.78% 0.84% -
XYZ 40.59 21.16 62.27 -
YUV 116.29 180.33 198.41 -
System Red Green Blue C M Y K H S L
Decimal 215 48 209 0 0.78 0.03 0.16 302.16 0.68 0.52
Hex D7 30 D1 0 4E 3 10 12E 44 34
Octal 327 60 321 0 116 3 20 456 104 64
Binary 11010111 110000 11010001 0 1001110 11 10000 100101110 1000100 110100

Color Harmonies of #D730D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D730D1

Black with #D730D1

Text Example


Text Example

White with #D730D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D730D1; }

 p { color: rgb(215,48,209); }

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

background-color css

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

 a { background-color: rgb(215,48,209); }

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

border-color css

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

 span { border-color: rgb(215,48,209); }

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