Html Css Color HEX #D830B8 Razzle Dazzle Rose

📋 copy color: '#D830B8'

red 216 ◦ green 48 ◦ blue 184

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

Shades of Razzle Dazzle Rose #D830B8

Tints of Razzle Dazzle Rose #D830B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 41.07%

R = 48.21%
G = 10.71%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D830B8 (or 0xD830B8) is known color: Razzle Dazzle Rose. HEX triplet: D8, 30 and B8. RGB value is (216,48,184). Sum of RGB (Red+Green+Blue) = 216+48+184=448 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.21% from 448); Green value is 48 (19.14% from 255 or 10.71% from 448); Blue value is 184 (72.27% from 255 or 41.07% from 448); Max value from RGB is 216 - color contains mainly: red. Hex color #D830B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D830B8 is #27CF47. Grayscale: #717171. Windows color (decimal): -2608968 or 12071128. OLE color: 12071128.

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

Color convert

RGB 216 48 184 -
CMYK 0 0.78 0.15 0.15
HSL 311.43º 0.68% 0.52% -
HSV(B) 311.43º 0.78% 0.85% -
XYZ 38.03 20.17 47.24 -
YUV 113.74 167.66 200.94 -
System Red Green Blue C M Y K H S L
Decimal 216 48 184 0 0.78 0.15 0.15 311.43 0.68 0.52
Hex D8 30 B8 0 4E F F 137 44 34
Octal 330 60 270 0 116 17 17 467 104 64
Binary 11011000 110000 10111000 0 1001110 1111 1111 100110111 1000100 110100

Color Harmonies of #D830B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D830B8

Black with #D830B8

Text Example


Text Example

White with #D830B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D830B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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