Html Css Color HEX #D831C2 Razzle Dazzle Rose

📋 copy color: '#D831C2'

red 216 ◦ green 49 ◦ blue 194

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

Shades of Razzle Dazzle Rose #D831C2

Tints of Razzle Dazzle Rose #D831C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 42.27%

R = 47.06%
G = 10.68%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#D831C2 (or 0xD831C2) is known color: Razzle Dazzle Rose. HEX triplet: D8, 31 and C2. RGB value is (216,49,194). Sum of RGB (Red+Green+Blue) = 216+49+194=459 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.06% from 459); Green value is 49 (19.53% from 255 or 10.68% from 459); Blue value is 194 (76.17% from 255 or 42.27% from 459); Max value from RGB is 216 - color contains mainly: red. Hex color #D831C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D831C2 is #27CE3D. Grayscale: #737373. Windows color (decimal): -2608702 or 12726744. OLE color: 12726744.

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

Color convert

RGB 216 49 194 -
CMYK 0 0.77 0.10 0.15
HSL 307.9º 0.68% 0.52% -
HSV(B) 307.9º 0.77% 0.85% -
XYZ 39.15 20.69 52.97 -
YUV 115.46 172.33 199.71 -
System Red Green Blue C M Y K H S L
Decimal 216 49 194 0 0.77 0.10 0.15 307.9 0.68 0.52
Hex D8 31 C2 0 4D A F 134 44 34
Octal 330 61 302 0 115 12 17 464 104 64
Binary 11011000 110001 11000010 0 1001101 1010 1111 100110100 1000100 110100

Color Harmonies of #D831C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D831C2

Black with #D831C2

Text Example


Text Example

White with #D831C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D831C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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