Html Css Color HEX #D730B5 Razzle Dazzle Rose

📋 copy color: '#D730B5'

red 215 ◦ green 48 ◦ blue 181

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

Shades of Razzle Dazzle Rose #D730B5

Tints of Razzle Dazzle Rose #D730B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 40.77%

R = 48.42%
G = 10.81%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D730B5 (or 0xD730B5) is known color: Razzle Dazzle Rose. HEX triplet: D7, 30 and B5. RGB value is (215,48,181). Sum of RGB (Red+Green+Blue) = 215+48+181=444 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.42% from 444); Green value is 48 (19.14% from 255 or 10.81% from 444); Blue value is 181 (71.09% from 255 or 40.77% from 444); Max value from RGB is 215 - color contains mainly: red. Hex color #D730B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D730B5 is #28CF4A. Grayscale: #707070. Windows color (decimal): -2674507 or 11874519. OLE color: 11874519.

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

Color convert

RGB 215 48 181 -
CMYK 0 0.78 0.16 0.16
HSL 312.22º 0.68% 0.52% -
HSV(B) 312.22º 0.78% 0.84% -
XYZ 37.42 19.9 45.58 -
YUV 113.1 166.33 200.69 -
System Red Green Blue C M Y K H S L
Decimal 215 48 181 0 0.78 0.16 0.16 312.22 0.68 0.52
Hex D7 30 B5 0 4E 10 10 138 44 34
Octal 327 60 265 0 116 20 20 470 104 64
Binary 11010111 110000 10110101 0 1001110 10000 10000 100111000 1000100 110100

Color Harmonies of #D730B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D730B5

Black with #D730B5

Text Example


Text Example

White with #D730B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D730B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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