Html Css Color HEX #D730D2 Razzle Dazzle Rose

📋 copy color: '#D730D2'

red 215 ◦ green 48 ◦ blue 210

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

Shades of Razzle Dazzle Rose #D730D2

Tints of Razzle Dazzle Rose #D730D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 44.4%

R = 45.45%
G = 10.15%
B = 44.4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D730D2 (or 0xD730D2) is known color: Razzle Dazzle Rose. HEX triplet: D7, 30 and D2. RGB value is (215,48,210). Sum of RGB (Red+Green+Blue) = 215+48+210=473 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.45% from 473); Green value is 48 (19.14% from 255 or 10.15% from 473); Blue value is 210 (82.42% from 255 or 44.40% from 473); Max value from RGB is 215 - color contains mainly: red. Hex color #D730D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D730D2 is #28CF2D. Grayscale: #737373. Windows color (decimal): -2674478 or 13775063. OLE color: 13775063.

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

Color convert

RGB 215 48 210 -
CMYK 0 0.78 0.02 0.16
HSL 301.8º 0.68% 0.52% -
HSV(B) 301.8º 0.78% 0.84% -
XYZ 40.71 21.21 62.92 -
YUV 116.4 180.83 198.33 -
System Red Green Blue C M Y K H S L
Decimal 215 48 210 0 0.78 0.02 0.16 301.8 0.68 0.52
Hex D7 30 D2 0 4E 2 10 12E 44 34
Octal 327 60 322 0 116 2 20 456 104 64
Binary 11010111 110000 11010010 0 1001110 10 10000 100101110 1000100 110100

Color Harmonies of #D730D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D730D2

Black with #D730D2

Text Example


Text Example

White with #D730D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D730D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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