Html Css Color HEX #D930C6 Razzle Dazzle Rose

📋 copy color: '#D930C6'

red 217 ◦ green 48 ◦ blue 198

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

Shades of Razzle Dazzle Rose #D930C6

Tints of Razzle Dazzle Rose #D930C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 42.76%

R = 46.87%
G = 10.37%
B = 42.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D930C6 (or 0xD930C6) is known color: Razzle Dazzle Rose. HEX triplet: D9, 30 and C6. RGB value is (217,48,198). Sum of RGB (Red+Green+Blue) = 217+48+198=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 48 (19.14% from 255 or 10.37% from 463); Blue value is 198 (77.73% from 255 or 42.76% from 463); Max value from RGB is 217 - color contains mainly: red. Hex color #D930C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D930C6 is #26CF39. Grayscale: #737373. Windows color (decimal): -2543418 or 12988633. OLE color: 12988633.

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

Color convert

RGB 217 48 198 -
CMYK 0 0.78 0.09 0.15
HSL 306.75º 0.69% 0.52% -
HSV(B) 306.75º 0.78% 0.85% -
XYZ 39.87 20.94 55.37 -
YUV 115.63 174.49 200.3 -
System Red Green Blue C M Y K H S L
Decimal 217 48 198 0 0.78 0.09 0.15 306.75 0.69 0.52
Hex D9 30 C6 0 4E 9 F 133 45 34
Octal 331 60 306 0 116 11 17 463 105 64
Binary 11011001 110000 11000110 0 1001110 1001 1111 100110011 1000101 110100

Color Harmonies of #D930C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D930C6

Black with #D930C6

Text Example


Text Example

White with #D930C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D930C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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