Html Css Color HEX #D52ABF Razzle Dazzle Rose

📋 copy color: '#D52ABF'

red 213 ◦ green 42 ◦ blue 191

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

Shades of Razzle Dazzle Rose #D52ABF

Tints of Razzle Dazzle Rose #D52ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 42.83%

R = 47.76%
G = 9.42%
B = 42.83%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D52ABF (or 0xD52ABF) is known color: Razzle Dazzle Rose. HEX triplet: D5, 2A and BF. RGB value is (213,42,191). Sum of RGB (Red+Green+Blue) = 213+42+191=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 42 (16.80% from 255 or 9.42% from 446); Blue value is 191 (75% from 255 or 42.83% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D52ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52ABF is #2AD540. Grayscale: #6D6D6D. Windows color (decimal): -2807105 or 12528341. OLE color: 12528341.

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

Color convert

RGB 213 42 191 -
CMYK 0 0.80 0.10 0.16
HSL 307.72º 0.67% 0.5% -
HSV(B) 307.72º 0.8% 0.84% -
XYZ 37.67 19.56 51.08 -
YUV 110.12 173.65 201.38 -
System Red Green Blue C M Y K H S L
Decimal 213 42 191 0 0.80 0.10 0.16 307.72 0.67 0.5
Hex D5 2A BF 0 50 A 10 134 43 32
Octal 325 52 277 0 120 12 20 464 103 62
Binary 11010101 101010 10111111 0 1010000 1010 10000 100110100 1000011 110010

Color Harmonies of #D52ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52ABF

Black with #D52ABF

Text Example


Text Example

White with #D52ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52ABF; }

 p { color: rgb(213,42,191); }

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

background-color css

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

 a { background-color: rgb(213,42,191); }

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

border-color css

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

 span { border-color: rgb(213,42,191); }

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