Html Css Color HEX #D831D2 Razzle Dazzle Rose

📋 copy color: '#D831D2'

red 216 ◦ green 49 ◦ blue 210

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

Shades of Razzle Dazzle Rose #D831D2

Tints of Razzle Dazzle Rose #D831D2

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.32%

 BLUE value IS 210 (82.42% from 255) = 44.21%

R = 45.47%
G = 10.32%
B = 44.21%

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

#D831D2 (or 0xD831D2) is known color: Razzle Dazzle Rose. HEX triplet: D8, 31 and D2. RGB value is (216,49,210). Sum of RGB (Red+Green+Blue) = 216+49+210=475 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.47% from 475); Green value is 49 (19.53% from 255 or 10.32% from 475); Blue value is 210 (82.42% from 255 or 44.21% from 475); Max value from RGB is 216 - color contains mainly: red. Hex color #D831D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D831D2 is #27CE2D. Grayscale: #747474. Windows color (decimal): -2608686 or 13775320. OLE color: 13775320.

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

Color convert

RGB 216 49 210 -
CMYK 0 0.77 0.03 0.15
HSL 302.16º 0.68% 0.52% -
HSV(B) 302.16º 0.77% 0.85% -
XYZ 41.05 21.45 62.95 -
YUV 117.29 180.33 198.41 -
System Red Green Blue C M Y K H S L
Decimal 216 49 210 0 0.77 0.03 0.15 302.16 0.68 0.52
Hex D8 31 D2 0 4D 3 F 12E 44 34
Octal 330 61 322 0 115 3 17 456 104 64
Binary 11011000 110001 11010010 0 1001101 11 1111 100101110 1000100 110100

Color Harmonies of #D831D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D831D2

Black with #D831D2

Text Example


Text Example

White with #D831D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D831D2; }

 p { color: rgb(216,49,210); }

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

background-color css

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

 a { background-color: rgb(216,49,210); }

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

border-color css

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

 span { border-color: rgb(216,49,210); }

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