Html Css Color HEX #D730B9 Razzle Dazzle Rose

📋 copy color: '#D730B9'

red 215 ◦ green 48 ◦ blue 185

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

Shades of Razzle Dazzle Rose #D730B9

Tints of Razzle Dazzle Rose #D730B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.29%

R = 47.99%
G = 10.71%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D730B9 (or 0xD730B9) is known color: Razzle Dazzle Rose. HEX triplet: D7, 30 and B9. RGB value is (215,48,185). Sum of RGB (Red+Green+Blue) = 215+48+185=448 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.99% from 448); Green value is 48 (19.14% from 255 or 10.71% from 448); Blue value is 185 (72.66% from 255 or 41.29% from 448); Max value from RGB is 215 - color contains mainly: red. Hex color #D730B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D730B9 is #28CF46. Grayscale: #717171. Windows color (decimal): -2674503 or 12136663. OLE color: 12136663.

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

Color convert

RGB 215 48 185 -
CMYK 0 0.78 0.14 0.16
HSL 310.78º 0.68% 0.52% -
HSV(B) 310.78º 0.78% 0.84% -
XYZ 37.84 20.06 47.78 -
YUV 113.55 168.33 200.36 -
System Red Green Blue C M Y K H S L
Decimal 215 48 185 0 0.78 0.14 0.16 310.78 0.68 0.52
Hex D7 30 B9 0 4E E 10 137 44 34
Octal 327 60 271 0 116 16 20 467 104 64
Binary 11010111 110000 10111001 0 1001110 1110 10000 100110111 1000100 110100

Color Harmonies of #D730B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D730B9

Black with #D730B9

Text Example


Text Example

White with #D730B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D730B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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