Html Css Color HEX #D828BE Razzle Dazzle Rose

📋 copy color: '#D828BE'

red 216 ◦ green 40 ◦ blue 190

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

Shades of Razzle Dazzle Rose #D828BE

Tints of Razzle Dazzle Rose #D828BE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.97%

 BLUE value IS 190 (74.61% from 255) = 42.6%

R = 48.43%
G = 8.97%
B = 42.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D828BE (or 0xD828BE) is known color: Razzle Dazzle Rose. HEX triplet: D8, 28 and BE. RGB value is (216,40,190). Sum of RGB (Red+Green+Blue) = 216+40+190=446 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.43% from 446); Green value is 40 (16.02% from 255 or 8.97% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 216 - color contains mainly: red. Hex color #D828BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D828BE is #27D741. Grayscale: #6D6D6D. Windows color (decimal): -2611010 or 12462296. OLE color: 12462296.

HSL color Cylindrical-coordinate representation of color #D828BE: hue angle of 308.86º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D828BE is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 40 190 -
CMYK 0 0.81 0.12 0.15
HSL 308.86º 0.69% 0.5% -
HSV(B) 308.86º 0.81% 0.85% -
XYZ 38.37 19.83 50.52 -
YUV 109.72 173.31 203.8 -
System Red Green Blue C M Y K H S L
Decimal 216 40 190 0 0.81 0.12 0.15 308.86 0.69 0.5
Hex D8 28 BE 0 51 C F 135 45 32
Octal 330 50 276 0 121 14 17 465 105 62
Binary 11011000 101000 10111110 0 1010001 1100 1111 100110101 1000101 110010

Color Harmonies of #D828BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D828BE

Black with #D828BE

Text Example


Text Example

White with #D828BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D828BE; }

 p { color: rgb(216,40,190); }

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

background-color css

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

 a { background-color: rgb(216,40,190); }

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

border-color css

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

 span { border-color: rgb(216,40,190); }

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