Html Css Color HEX #D52BBE Razzle Dazzle Rose

📋 copy color: '#D52BBE'

red 213 ◦ green 43 ◦ blue 190

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

Shades of Razzle Dazzle Rose #D52BBE

Tints of Razzle Dazzle Rose #D52BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.6%

R = 47.76%
G = 9.64%
B = 42.6%

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

#D52BBE (or 0xD52BBE) is known color: Razzle Dazzle Rose. HEX triplet: D5, 2B and BE. RGB value is (213,43,190). Sum of RGB (Red+Green+Blue) = 213+43+190=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 43 (17.19% from 255 or 9.64% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D52BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52BBE is #2AD441. Grayscale: #6E6E6E. Windows color (decimal): -2806850 or 12463061. OLE color: 12463061.

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

Color convert

RGB 213 43 190 -
CMYK 0 0.80 0.11 0.16
HSL 308.12º 0.67% 0.5% -
HSV(B) 308.12º 0.8% 0.84% -
XYZ 37.6 19.59 50.52 -
YUV 110.59 172.82 201.05 -
System Red Green Blue C M Y K H S L
Decimal 213 43 190 0 0.80 0.11 0.16 308.12 0.67 0.5
Hex D5 2B BE 0 50 B 10 134 43 32
Octal 325 53 276 0 120 13 20 464 103 62
Binary 11010101 101011 10111110 0 1010000 1011 10000 100110100 1000011 110010

Color Harmonies of #D52BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52BBE

Black with #D52BBE

Text Example


Text Example

White with #D52BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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