Html Css Color HEX #D52BBD Razzle Dazzle Rose

📋 copy color: '#D52BBD'

red 213 ◦ green 43 ◦ blue 189

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

Shades of Razzle Dazzle Rose #D52BBD

Tints of Razzle Dazzle Rose #D52BBD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.66%

 BLUE value IS 189 (74.22% from 255) = 42.47%

R = 47.87%
G = 9.66%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D52BBD (or 0xD52BBD) is known color: Razzle Dazzle Rose. HEX triplet: D5, 2B and BD. RGB value is (213,43,189). Sum of RGB (Red+Green+Blue) = 213+43+189=445 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.87% from 445); Green value is 43 (17.19% from 255 or 9.66% from 445); Blue value is 189 (74.22% from 255 or 42.47% from 445); Max value from RGB is 213 - color contains mainly: red. Hex color #D52BBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52BBD is #2AD442. Grayscale: #6E6E6E. Windows color (decimal): -2806851 or 12397525. OLE color: 12397525.

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

Color convert

RGB 213 43 189 -
CMYK 0 0.80 0.11 0.16
HSL 308.47º 0.67% 0.5% -
HSV(B) 308.47º 0.8% 0.84% -
XYZ 37.49 19.55 49.94 -
YUV 110.47 172.32 201.13 -
System Red Green Blue C M Y K H S L
Decimal 213 43 189 0 0.80 0.11 0.16 308.47 0.67 0.5
Hex D5 2B BD 0 50 B 10 134 43 32
Octal 325 53 275 0 120 13 20 464 103 62
Binary 11010101 101011 10111101 0 1010000 1011 10000 100110100 1000011 110010

Color Harmonies of #D52BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52BBD

Black with #D52BBD

Text Example


Text Example

White with #D52BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52BBD; }

 p { color: rgb(213,43,189); }

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

background-color css

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

 a { background-color: rgb(213,43,189); }

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

border-color css

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

 span { border-color: rgb(213,43,189); }

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