Html Css Color HEX #D730BC Razzle Dazzle Rose

📋 copy color: '#D730BC'

red 215 ◦ green 48 ◦ blue 188

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

Shades of Razzle Dazzle Rose #D730BC

Tints of Razzle Dazzle Rose #D730BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.69%

R = 47.67%
G = 10.64%
B = 41.69%

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

#D730BC (or 0xD730BC) is known color: Razzle Dazzle Rose. HEX triplet: D7, 30 and BC. RGB value is (215,48,188). Sum of RGB (Red+Green+Blue) = 215+48+188=451 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.67% from 451); Green value is 48 (19.14% from 255 or 10.64% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 215 - color contains mainly: red. Hex color #D730BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D730BC is #28CF43. Grayscale: #717171. Windows color (decimal): -2674500 or 12333271. OLE color: 12333271.

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

Color convert

RGB 215 48 188 -
CMYK 0 0.78 0.13 0.16
HSL 309.7º 0.68% 0.52% -
HSV(B) 309.7º 0.78% 0.84% -
XYZ 38.16 20.19 49.46 -
YUV 113.89 169.83 200.12 -
System Red Green Blue C M Y K H S L
Decimal 215 48 188 0 0.78 0.13 0.16 309.7 0.68 0.52
Hex D7 30 BC 0 4E D 10 136 44 34
Octal 327 60 274 0 116 15 20 466 104 64
Binary 11010111 110000 10111100 0 1001110 1101 10000 100110110 1000100 110100

Color Harmonies of #D730BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D730BC

Black with #D730BC

Text Example


Text Example

White with #D730BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D730BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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