Html Css Color HEX #D529BA Razzle Dazzle Rose

📋 copy color: '#D529BA'

red 213 ◦ green 41 ◦ blue 186

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

Shades of Razzle Dazzle Rose #D529BA

Tints of Razzle Dazzle Rose #D529BA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.32%

 BLUE value IS 186 (73.05% from 255) = 42.27%

R = 48.41%
G = 9.32%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D529BA (or 0xD529BA) is known color: Razzle Dazzle Rose. HEX triplet: D5, 29 and BA. RGB value is (213,41,186). Sum of RGB (Red+Green+Blue) = 213+41+186=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 41 (16.41% from 255 or 9.32% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D529BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D529BA is #2AD645. Grayscale: #6C6C6C. Windows color (decimal): -2807366 or 12200405. OLE color: 12200405.

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

Color convert

RGB 213 41 186 -
CMYK 0 0.81 0.13 0.16
HSL 309.42º 0.68% 0.5% -
HSV(B) 309.42º 0.81% 0.84% -
XYZ 37.1 19.28 48.22 -
YUV 108.96 171.48 202.21 -
System Red Green Blue C M Y K H S L
Decimal 213 41 186 0 0.81 0.13 0.16 309.42 0.68 0.5
Hex D5 29 BA 0 51 D 10 135 44 32
Octal 325 51 272 0 121 15 20 465 104 62
Binary 11010101 101001 10111010 0 1010001 1101 10000 100110101 1000100 110010

Color Harmonies of #D529BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D529BA

Black with #D529BA

Text Example


Text Example

White with #D529BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D529BA; }

 p { color: rgb(213,41,186); }

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

background-color css

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

 a { background-color: rgb(213,41,186); }

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

border-color css

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

 span { border-color: rgb(213,41,186); }

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