Html Css Color HEX #D830B9 Razzle Dazzle Rose

📋 copy color: '#D830B9'

red 216 ◦ green 48 ◦ blue 185

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

Shades of Razzle Dazzle Rose #D830B9

Tints of Razzle Dazzle Rose #D830B9

RGB

 RED value IS 216 (84.77% from 255) = 48.11%

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

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

R = 48.11%
G = 10.69%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D830B9 (or 0xD830B9) is known color: Razzle Dazzle Rose. HEX triplet: D8, 30 and B9. RGB value is (216,48,185). Sum of RGB (Red+Green+Blue) = 216+48+185=449 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.11% from 449); Green value is 48 (19.14% from 255 or 10.69% from 449); Blue value is 185 (72.66% from 255 or 41.20% from 449); Max value from RGB is 216 - color contains mainly: red. Hex color #D830B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D830B9 is #27CF46. Grayscale: #717171. Windows color (decimal): -2608967 or 12136664. OLE color: 12136664.

HSL color Cylindrical-coordinate representation of color #D830B9: hue angle of 311.07º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D830B9 is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 48 185 -
CMYK 0 0.78 0.14 0.15
HSL 311.07º 0.68% 0.52% -
HSV(B) 311.07º 0.78% 0.85% -
XYZ 38.13 20.22 47.79 -
YUV 113.85 168.16 200.86 -
System Red Green Blue C M Y K H S L
Decimal 216 48 185 0 0.78 0.14 0.15 311.07 0.68 0.52
Hex D8 30 B9 0 4E E F 137 44 34
Octal 330 60 271 0 116 16 17 467 104 64
Binary 11011000 110000 10111001 0 1001110 1110 1111 100110111 1000100 110100

Color Harmonies of #D830B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D830B9

Black with #D830B9

Text Example


Text Example

White with #D830B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D830B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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