Html Css Color HEX #D52CBB Razzle Dazzle Rose

📋 copy color: '#D52CBB'

red 213 ◦ green 44 ◦ blue 187

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

Shades of Razzle Dazzle Rose #D52CBB

Tints of Razzle Dazzle Rose #D52CBB

RGB

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

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

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

R = 47.97%
G = 9.91%
B = 42.12%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D52CBB (or 0xD52CBB) is known color: Razzle Dazzle Rose. HEX triplet: D5, 2C and BB. RGB value is (213,44,187). Sum of RGB (Red+Green+Blue) = 213+44+187=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 44 (17.58% from 255 or 9.91% from 444); Blue value is 187 (73.44% from 255 or 42.12% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D52CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52CBB is #2AD344. Grayscale: #6E6E6E. Windows color (decimal): -2806597 or 12266709. OLE color: 12266709.

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

Color convert

RGB 213 44 187 -
CMYK 0 0.79 0.12 0.16
HSL 309.23º 0.67% 0.5% -
HSV(B) 309.23º 0.79% 0.84% -
XYZ 37.31 19.54 48.82 -
YUV 110.83 170.99 200.87 -
System Red Green Blue C M Y K H S L
Decimal 213 44 187 0 0.79 0.12 0.16 309.23 0.67 0.5
Hex D5 2C BB 0 4F C 10 135 43 32
Octal 325 54 273 0 117 14 20 465 103 62
Binary 11010101 101100 10111011 0 1001111 1100 10000 100110101 1000011 110010

Color Harmonies of #D52CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52CBB

Black with #D52CBB

Text Example


Text Example

White with #D52CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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