Html Css Color HEX #D730C6 Razzle Dazzle Rose

📋 copy color: '#D730C6'

red 215 ◦ green 48 ◦ blue 198

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

Shades of Razzle Dazzle Rose #D730C6

Tints of Razzle Dazzle Rose #D730C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 42.95%

R = 46.64%
G = 10.41%
B = 42.95%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D730C6 (or 0xD730C6) is known color: Razzle Dazzle Rose. HEX triplet: D7, 30 and C6. RGB value is (215,48,198). Sum of RGB (Red+Green+Blue) = 215+48+198=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 48 (19.14% from 255 or 10.41% from 461); Blue value is 198 (77.73% from 255 or 42.95% from 461); Max value from RGB is 215 - color contains mainly: red. Hex color #D730C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D730C6 is #28CF39. Grayscale: #727272. Windows color (decimal): -2674490 or 12988631. OLE color: 12988631.

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

Color convert

RGB 215 48 198 -
CMYK 0 0.78 0.08 0.16
HSL 306.11º 0.68% 0.52% -
HSV(B) 306.11º 0.78% 0.84% -
XYZ 39.27 20.64 55.34 -
YUV 115.03 174.83 199.3 -
System Red Green Blue C M Y K H S L
Decimal 215 48 198 0 0.78 0.08 0.16 306.11 0.68 0.52
Hex D7 30 C6 0 4E 8 10 132 44 34
Octal 327 60 306 0 116 10 20 462 104 64
Binary 11010111 110000 11000110 0 1001110 1000 10000 100110010 1000100 110100

Color Harmonies of #D730C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D730C6

Black with #D730C6

Text Example


Text Example

White with #D730C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D730C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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