Html Css Color HEX #D730BA Razzle Dazzle Rose

📋 copy color: '#D730BA'

red 215 ◦ green 48 ◦ blue 186

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

Shades of Razzle Dazzle Rose #D730BA

Tints of Razzle Dazzle Rose #D730BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.43%

R = 47.88%
G = 10.69%
B = 41.43%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D730BA (or 0xD730BA) is known color: Razzle Dazzle Rose. HEX triplet: D7, 30 and BA. RGB value is (215,48,186). Sum of RGB (Red+Green+Blue) = 215+48+186=449 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.88% from 449); Green value is 48 (19.14% from 255 or 10.69% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 215 - color contains mainly: red. Hex color #D730BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D730BA is #28CF45. Grayscale: #717171. Windows color (decimal): -2674502 or 12202199. OLE color: 12202199.

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

Color convert

RGB 215 48 186 -
CMYK 0 0.78 0.13 0.16
HSL 310.42º 0.68% 0.52% -
HSV(B) 310.42º 0.78% 0.84% -
XYZ 37.94 20.11 48.34 -
YUV 113.67 168.83 200.28 -
System Red Green Blue C M Y K H S L
Decimal 215 48 186 0 0.78 0.13 0.16 310.42 0.68 0.52
Hex D7 30 BA 0 4E D 10 136 44 34
Octal 327 60 272 0 116 15 20 466 104 64
Binary 11010111 110000 10111010 0 1001110 1101 10000 100110110 1000100 110100

Color Harmonies of #D730BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D730BA

Black with #D730BA

Text Example


Text Example

White with #D730BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D730BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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