Html Css Color HEX #D92ACD Razzle Dazzle Rose

📋 copy color: '#D92ACD'

red 217 ◦ green 42 ◦ blue 205

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

Shades of Razzle Dazzle Rose #D92ACD

Tints of Razzle Dazzle Rose #D92ACD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.05%

 BLUE value IS 205 (80.47% from 255) = 44.18%

R = 46.77%
G = 9.05%
B = 44.18%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D92ACD (or 0xD92ACD) is known color: Razzle Dazzle Rose. HEX triplet: D9, 2A and CD. RGB value is (217,42,205). Sum of RGB (Red+Green+Blue) = 217+42+205=464 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.77% from 464); Green value is 42 (16.80% from 255 or 9.05% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 217 - color contains mainly: red. Hex color #D92ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D92ACD is #26D532. Grayscale: #707070. Windows color (decimal): -2544947 or 13445849. OLE color: 13445849.

HSL color Cylindrical-coordinate representation of color #D92ACD: hue angle of 304.11º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D92ACD is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 42 205 -
CMYK 0 0.81 0.06 0.15
HSL 304.11º 0.7% 0.51% -
HSV(B) 304.11º 0.81% 0.85% -
XYZ 40.46 20.82 59.64 -
YUV 112.91 179.98 202.25 -
System Red Green Blue C M Y K H S L
Decimal 217 42 205 0 0.81 0.06 0.15 304.11 0.7 0.51
Hex D9 2A CD 0 51 6 F 130 46 33
Octal 331 52 315 0 121 6 17 460 106 63
Binary 11011001 101010 11001101 0 1010001 110 1111 100110000 1000110 110011

Color Harmonies of #D92ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92ACD

Black with #D92ACD

Text Example


Text Example

White with #D92ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92ACD; }

 p { color: rgb(217,42,205); }

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

background-color css

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

 a { background-color: rgb(217,42,205); }

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

border-color css

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

 span { border-color: rgb(217,42,205); }

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