Html Css Color HEX #D830BD Razzle Dazzle Rose

📋 copy color: '#D830BD'

red 216 ◦ green 48 ◦ blue 189

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

Shades of Razzle Dazzle Rose #D830BD

Tints of Razzle Dazzle Rose #D830BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.72%

R = 47.68%
G = 10.6%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D830BD (or 0xD830BD) is known color: Razzle Dazzle Rose. HEX triplet: D8, 30 and BD. RGB value is (216,48,189). Sum of RGB (Red+Green+Blue) = 216+48+189=453 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.68% from 453); Green value is 48 (19.14% from 255 or 10.60% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 216 - color contains mainly: red. Hex color #D830BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D830BD is #27CF42. Grayscale: #717171. Windows color (decimal): -2608963 or 12398808. OLE color: 12398808.

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

Color convert

RGB 216 48 189 -
CMYK 0 0.78 0.12 0.15
HSL 309.64º 0.68% 0.52% -
HSV(B) 309.64º 0.78% 0.85% -
XYZ 38.56 20.39 50.05 -
YUV 114.31 170.16 200.54 -
System Red Green Blue C M Y K H S L
Decimal 216 48 189 0 0.78 0.12 0.15 309.64 0.68 0.52
Hex D8 30 BD 0 4E C F 136 44 34
Octal 330 60 275 0 116 14 17 466 104 64
Binary 11011000 110000 10111101 0 1001110 1100 1111 100110110 1000100 110100

Color Harmonies of #D830BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D830BD

Black with #D830BD

Text Example


Text Example

White with #D830BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D830BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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