Html Css Color HEX #D930D6 Razzle Dazzle Rose

📋 copy color: '#D930D6'

red 217 ◦ green 48 ◦ blue 214

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

Shades of Razzle Dazzle Rose #D930D6

Tints of Razzle Dazzle Rose #D930D6

RGB

 RED value IS 217 (85.16% from 255) = 45.3%

 GREEN value IS 48 (19.14% from 255) = 10.02%

 BLUE value IS 214 (83.98% from 255) = 44.68%

R = 45.3%
G = 10.02%
B = 44.68%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#D930D6 (or 0xD930D6) is known color: Razzle Dazzle Rose. HEX triplet: D9, 30 and D6. RGB value is (217,48,214). Sum of RGB (Red+Green+Blue) = 217+48+214=479 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.30% from 479); Green value is 48 (19.14% from 255 or 10.02% from 479); Blue value is 214 (83.98% from 255 or 44.68% from 479); Max value from RGB is 217 - color contains mainly: red. Hex color #D930D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D930D6 is #26CF29. Grayscale: #747474. Windows color (decimal): -2543402 or 14037209. OLE color: 14037209.

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

Color convert

RGB 217 48 214 -
CMYK 0 0.78 0.01 0.15
HSL 301.07º 0.69% 0.52% -
HSV(B) 301.07º 0.78% 0.85% -
XYZ 41.81 21.72 65.61 -
YUV 117.46 182.49 199 -
System Red Green Blue C M Y K H S L
Decimal 217 48 214 0 0.78 0.01 0.15 301.07 0.69 0.52
Hex D9 30 D6 0 4E 1 F 12D 45 34
Octal 331 60 326 0 116 1 17 455 105 64
Binary 11011001 110000 11010110 0 1001110 1 1111 100101101 1000101 110100

Color Harmonies of #D930D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D930D6

Black with #D930D6

Text Example


Text Example

White with #D930D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D930D6; }

 p { color: rgb(217,48,214); }

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

background-color css

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

 a { background-color: rgb(217,48,214); }

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

border-color css

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

 span { border-color: rgb(217,48,214); }

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