Html Css Color HEX #D829C8 Razzle Dazzle Rose

📋 copy color: '#D829C8'

red 216 ◦ green 41 ◦ blue 200

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

Shades of Razzle Dazzle Rose #D829C8

Tints of Razzle Dazzle Rose #D829C8

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.97%

 BLUE value IS 200 (78.52% from 255) = 43.76%

R = 47.26%
G = 8.97%
B = 43.76%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D829C8 (or 0xD829C8) is known color: Razzle Dazzle Rose. HEX triplet: D8, 29 and C8. RGB value is (216,41,200). Sum of RGB (Red+Green+Blue) = 216+41+200=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 41 (16.41% from 255 or 8.97% from 457); Blue value is 200 (78.52% from 255 or 43.76% from 457); Max value from RGB is 216 - color contains mainly: red. Hex color #D829C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D829C8 is #27D637. Grayscale: #6E6E6E. Windows color (decimal): -2610744 or 13117912. OLE color: 13117912.

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

Color convert

RGB 216 41 200 -
CMYK 0 0.81 0.07 0.15
HSL 305.49º 0.69% 0.5% -
HSV(B) 305.49º 0.81% 0.85% -
XYZ 39.54 20.35 56.49 -
YUV 111.45 177.98 202.57 -
System Red Green Blue C M Y K H S L
Decimal 216 41 200 0 0.81 0.07 0.15 305.49 0.69 0.5
Hex D8 29 C8 0 51 7 F 131 45 32
Octal 330 51 310 0 121 7 17 461 105 62
Binary 11011000 101001 11001000 0 1010001 111 1111 100110001 1000101 110010

Color Harmonies of #D829C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D829C8

Black with #D829C8

Text Example


Text Example

White with #D829C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D829C8; }

 p { color: rgb(216,41,200); }

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

background-color css

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

 a { background-color: rgb(216,41,200); }

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

border-color css

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

 span { border-color: rgb(216,41,200); }

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