Html Css Color HEX #D52CC9 Razzle Dazzle Rose

📋 copy color: '#D52CC9'

red 213 ◦ green 44 ◦ blue 201

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

Shades of Razzle Dazzle Rose #D52CC9

Tints of Razzle Dazzle Rose #D52CC9

RGB

 RED value IS 213 (83.59% from 255) = 46.51%

 GREEN value IS 44 (17.58% from 255) = 9.61%

 BLUE value IS 201 (78.91% from 255) = 43.89%

R = 46.51%
G = 9.61%
B = 43.89%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D52CC9 (or 0xD52CC9) is known color: Razzle Dazzle Rose. HEX triplet: D5, 2C and C9. RGB value is (213,44,201). Sum of RGB (Red+Green+Blue) = 213+44+201=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 44 (17.58% from 255 or 9.61% from 458); Blue value is 201 (78.91% from 255 or 43.89% from 458); Max value from RGB is 213 - color contains mainly: red. Hex color #D52CC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52CC9 is #2AD336. Grayscale: #6F6F6F. Windows color (decimal): -2806583 or 13184213. OLE color: 13184213.

HSL color Cylindrical-coordinate representation of color #D52CC9: hue angle of 304.26º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D52CC9 is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 44 201 -
CMYK 0 0.79 0.06 0.16
HSL 304.26º 0.67% 0.5% -
HSV(B) 304.26º 0.79% 0.84% -
XYZ 38.88 20.16 57.1 -
YUV 112.43 177.99 199.73 -
System Red Green Blue C M Y K H S L
Decimal 213 44 201 0 0.79 0.06 0.16 304.26 0.67 0.5
Hex D5 2C C9 0 4F 6 10 130 43 32
Octal 325 54 311 0 117 6 20 460 103 62
Binary 11010101 101100 11001001 0 1001111 110 10000 100110000 1000011 110010

Color Harmonies of #D52CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52CC9

Black with #D52CC9

Text Example


Text Example

White with #D52CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52CC9; }

 p { color: rgb(213,44,201); }

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

background-color css

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

 a { background-color: rgb(213,44,201); }

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

border-color css

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

 span { border-color: rgb(213,44,201); }

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