Html Css Color HEX #D52ABB Razzle Dazzle Rose

📋 copy color: '#D52ABB'

red 213 ◦ green 42 ◦ blue 187

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

Shades of Razzle Dazzle Rose #D52ABB

Tints of Razzle Dazzle Rose #D52ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.31%

R = 48.19%
G = 9.5%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D52ABB (or 0xD52ABB) is known color: Razzle Dazzle Rose. HEX triplet: D5, 2A and BB. RGB value is (213,42,187). Sum of RGB (Red+Green+Blue) = 213+42+187=442 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.19% from 442); Green value is 42 (16.80% from 255 or 9.50% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 213 - color contains mainly: red. Hex color #D52ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52ABB is #2AD544. Grayscale: #6D6D6D. Windows color (decimal): -2807109 or 12266197. OLE color: 12266197.

HSL color Cylindrical-coordinate representation of color #D52ABB: hue angle of 309.12º 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 #D52ABB is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 42 187 -
CMYK 0 0.80 0.12 0.16
HSL 309.12º 0.67% 0.5% -
HSV(B) 309.12º 0.8% 0.84% -
XYZ 37.24 19.39 48.79 -
YUV 109.66 171.65 201.71 -
System Red Green Blue C M Y K H S L
Decimal 213 42 187 0 0.80 0.12 0.16 309.12 0.67 0.5
Hex D5 2A BB 0 50 C 10 135 43 32
Octal 325 52 273 0 120 14 20 465 103 62
Binary 11010101 101010 10111011 0 1010000 1100 10000 100110101 1000011 110010

Color Harmonies of #D52ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52ABB

Black with #D52ABB

Text Example


Text Example

White with #D52ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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