Html Css Color HEX #D730B7 Razzle Dazzle Rose

📋 copy color: '#D730B7'

red 215 ◦ green 48 ◦ blue 183

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

Shades of Razzle Dazzle Rose #D730B7

Tints of Razzle Dazzle Rose #D730B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.03%

R = 48.21%
G = 10.76%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D730B7 (or 0xD730B7) is known color: Razzle Dazzle Rose. HEX triplet: D7, 30 and B7. RGB value is (215,48,183). Sum of RGB (Red+Green+Blue) = 215+48+183=446 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.21% from 446); Green value is 48 (19.14% from 255 or 10.76% from 446); Blue value is 183 (71.88% from 255 or 41.03% from 446); Max value from RGB is 215 - color contains mainly: red. Hex color #D730B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D730B7 is #28CF48. Grayscale: #707070. Windows color (decimal): -2674505 or 12005591. OLE color: 12005591.

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

Color convert

RGB 215 48 183 -
CMYK 0 0.78 0.15 0.16
HSL 311.5º 0.68% 0.52% -
HSV(B) 311.5º 0.78% 0.84% -
XYZ 37.63 19.98 46.67 -
YUV 113.32 167.33 200.52 -
System Red Green Blue C M Y K H S L
Decimal 215 48 183 0 0.78 0.15 0.16 311.5 0.68 0.52
Hex D7 30 B7 0 4E F 10 137 44 34
Octal 327 60 267 0 116 17 20 467 104 64
Binary 11010111 110000 10110111 0 1001110 1111 10000 100110111 1000100 110100

Color Harmonies of #D730B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D730B7

Black with #D730B7

Text Example


Text Example

White with #D730B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D730B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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