Html Css Color HEX #D730BB Razzle Dazzle Rose

📋 copy color: '#D730BB'

red 215 ◦ green 48 ◦ blue 187

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

Shades of Razzle Dazzle Rose #D730BB

Tints of Razzle Dazzle Rose #D730BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.56%

R = 47.78%
G = 10.67%
B = 41.56%

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

#D730BB (or 0xD730BB) is known color: Razzle Dazzle Rose. HEX triplet: D7, 30 and BB. RGB value is (215,48,187). Sum of RGB (Red+Green+Blue) = 215+48+187=450 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.78% from 450); Green value is 48 (19.14% from 255 or 10.67% from 450); Blue value is 187 (73.44% from 255 or 41.56% from 450); Max value from RGB is 215 - color contains mainly: red. Hex color #D730BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D730BB is #28CF44. Grayscale: #717171. Windows color (decimal): -2674501 or 12267735. OLE color: 12267735.

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

Color convert

RGB 215 48 187 -
CMYK 0 0.78 0.13 0.16
HSL 310.06º 0.68% 0.52% -
HSV(B) 310.06º 0.78% 0.84% -
XYZ 38.05 20.15 48.9 -
YUV 113.78 169.33 200.2 -
System Red Green Blue C M Y K H S L
Decimal 215 48 187 0 0.78 0.13 0.16 310.06 0.68 0.52
Hex D7 30 BB 0 4E D 10 136 44 34
Octal 327 60 273 0 116 15 20 466 104 64
Binary 11010111 110000 10111011 0 1001110 1101 10000 100110110 1000100 110100

Color Harmonies of #D730BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D730BB

Black with #D730BB

Text Example


Text Example

White with #D730BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D730BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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