#D92CC4

Color #D92CC4 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #D92CC4

Tints of Razzle Dazzle Rose #D92CC4

Color information

#D92CC4 (or 0xD92CC4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: D9, 2C and C4. RGB value is (217,44,196). Sum of RGB (Red+Green+Blue) = 217+44+196=457 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.48% from 457); Green value is 44 (17.58% from 255 or 9.63% from 457); Blue value is 196 (76.95% from 255 or 42.89% from 457); Max value from RGB is 217 - color contains mainly: red. Hex color #D92CC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D92CC4 is #26D33B. Grayscale: #707070. Windows color (decimal): -2544444 or 12856537. OLE color: 12856537.

HSL color Cylindrical-coordinate representation of color #D92CC4: hue angle of 307.28º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D92CC4 is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB21744196-
CMYK00.800.100.15
HSL307.28º69.48%51.18%-
HSV(B)307.28º79.72%85.1%-
XYZ39.4820.5454.11-
YUV113.06174.81202.14-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.48%
GREEN value IS 44 (17.58% from 255) = 9.63%
BLUE value IS 196 (76.95% from 255) = 42.89%
R=47.48%
G=9.63%
B=42.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2174419600.800.100.15307.2869.4851.18
HexD92CC4050AF1334533
Octal331543040120121746310563
Binary110110011011001100010001010000101011111001100111000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D92CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D92CC4; }

 p { color: rgb(217,44,196); }

 H1.HeaderClassName
 {
   color: #D92CC4;
 }
 .AnyTagClassName
 {
   color: #D92CC4;
 }
</style>
background-color css

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

 a { background-color: rgb(217,44,196); }

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

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

 span { border-color: rgb(217,44,196); }

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