Html Css Color HEX #D832D1 Razzle Dazzle Rose

📋 copy color: '#D832D1'

red 216 ◦ green 50 ◦ blue 209

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

Shades of Razzle Dazzle Rose #D832D1

Tints of Razzle Dazzle Rose #D832D1

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.53%

 BLUE value IS 209 (82.03% from 255) = 44%

R = 45.47%
G = 10.53%
B = 44%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D832D1 (or 0xD832D1) is known color: Razzle Dazzle Rose. HEX triplet: D8, 32 and D1. RGB value is (216,50,209). Sum of RGB (Red+Green+Blue) = 216+50+209=475 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.47% from 475); Green value is 50 (19.92% from 255 or 10.53% from 475); Blue value is 209 (82.03% from 255 or 44% from 475); Max value from RGB is 216 - color contains mainly: red. Hex color #D832D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D832D1 is #27CD2E. Grayscale: #757575. Windows color (decimal): -2608431 or 13710040. OLE color: 13710040.

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

Color convert

RGB 216 50 209 -
CMYK 0 0.77 0.03 0.15
HSL 302.53º 0.68% 0.52% -
HSV(B) 302.53º 0.77% 0.85% -
XYZ 40.97 21.48 62.31 -
YUV 117.76 179.5 198.07 -
System Red Green Blue C M Y K H S L
Decimal 216 50 209 0 0.77 0.03 0.15 302.53 0.68 0.52
Hex D8 32 D1 0 4D 3 F 12F 44 34
Octal 330 62 321 0 115 3 17 457 104 64
Binary 11011000 110010 11010001 0 1001101 11 1111 100101111 1000100 110100

Color Harmonies of #D832D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D832D1

Black with #D832D1

Text Example


Text Example

White with #D832D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D832D1; }

 p { color: rgb(216,50,209); }

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

background-color css

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

 a { background-color: rgb(216,50,209); }

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

border-color css

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

 span { border-color: rgb(216,50,209); }

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