Html Css Color HEX #D730C8 Razzle Dazzle Rose

📋 copy color: '#D730C8'

red 215 ◦ green 48 ◦ blue 200

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

Shades of Razzle Dazzle Rose #D730C8

Tints of Razzle Dazzle Rose #D730C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 43.2%

R = 46.44%
G = 10.37%
B = 43.2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D730C8 (or 0xD730C8) is known color: Razzle Dazzle Rose. HEX triplet: D7, 30 and C8. RGB value is (215,48,200). Sum of RGB (Red+Green+Blue) = 215+48+200=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 48 (19.14% from 255 or 10.37% from 463); Blue value is 200 (78.52% from 255 or 43.20% from 463); Max value from RGB is 215 - color contains mainly: red. Hex color #D730C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D730C8 is #28CF37. Grayscale: #727272. Windows color (decimal): -2674488 or 13119703. OLE color: 13119703.

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

Color convert

RGB 215 48 200 -
CMYK 0 0.78 0.07 0.16
HSL 305.39º 0.68% 0.52% -
HSV(B) 305.39º 0.78% 0.84% -
XYZ 39.51 20.73 56.56 -
YUV 115.26 175.83 199.14 -
System Red Green Blue C M Y K H S L
Decimal 215 48 200 0 0.78 0.07 0.16 305.39 0.68 0.52
Hex D7 30 C8 0 4E 7 10 131 44 34
Octal 327 60 310 0 116 7 20 461 104 64
Binary 11010111 110000 11001000 0 1001110 111 10000 100110001 1000100 110100

Color Harmonies of #D730C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D730C8

Black with #D730C8

Text Example


Text Example

White with #D730C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D730C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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