Html Css Color HEX #D730C2 Razzle Dazzle Rose

📋 copy color: '#D730C2'

red 215 ◦ green 48 ◦ blue 194

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

Shades of Razzle Dazzle Rose #D730C2

Tints of Razzle Dazzle Rose #D730C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 42.45%

R = 47.05%
G = 10.5%
B = 42.45%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D730C2 (or 0xD730C2) is known color: Razzle Dazzle Rose. HEX triplet: D7, 30 and C2. RGB value is (215,48,194). Sum of RGB (Red+Green+Blue) = 215+48+194=457 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.05% from 457); Green value is 48 (19.14% from 255 or 10.50% from 457); Blue value is 194 (76.17% from 255 or 42.45% from 457); Max value from RGB is 215 - color contains mainly: red. Hex color #D730C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D730C2 is #28CF3D. Grayscale: #727272. Windows color (decimal): -2674494 or 12726487. OLE color: 12726487.

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

Color convert

RGB 215 48 194 -
CMYK 0 0.78 0.10 0.16
HSL 307.54º 0.68% 0.52% -
HSV(B) 307.54º 0.78% 0.84% -
XYZ 38.82 20.46 52.94 -
YUV 114.58 172.83 199.63 -
System Red Green Blue C M Y K H S L
Decimal 215 48 194 0 0.78 0.10 0.16 307.54 0.68 0.52
Hex D7 30 C2 0 4E A 10 134 44 34
Octal 327 60 302 0 116 12 20 464 104 64
Binary 11010111 110000 11000010 0 1001110 1010 10000 100110100 1000100 110100

Color Harmonies of #D730C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D730C2

Black with #D730C2

Text Example


Text Example

White with #D730C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D730C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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