Html Css Color HEX #DB25C9 Razzle Dazzle Rose

📋 copy color: '#DB25C9'

red 219 ◦ green 37 ◦ blue 201

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

Shades of Razzle Dazzle Rose #DB25C9

Tints of Razzle Dazzle Rose #DB25C9

RGB

 RED value IS 219 (85.94% from 255) = 47.92%

 GREEN value IS 37 (14.84% from 255) = 8.1%

 BLUE value IS 201 (78.91% from 255) = 43.98%

R = 47.92%
G = 8.1%
B = 43.98%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DB25C9 (or 0xDB25C9) is known color: Razzle Dazzle Rose. HEX triplet: DB, 25 and C9. RGB value is (219,37,201). Sum of RGB (Red+Green+Blue) = 219+37+201=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 37 (14.84% from 255 or 8.10% from 457); Blue value is 201 (78.91% from 255 or 43.98% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DB25C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB25C9 is #24DA36. Grayscale: #6D6D6D. Windows color (decimal): -2415159 or 13182427. OLE color: 13182427.

HSL color Cylindrical-coordinate representation of color #DB25C9: hue angle of 305.93º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB25C9 is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 37 201 -
CMYK 0 0.83 0.08 0.14
HSL 305.93º 0.72% 0.5% -
HSV(B) 305.93º 0.83% 0.86% -
XYZ 40.42 20.6 57.1 -
YUV 110.11 179.3 205.66 -
System Red Green Blue C M Y K H S L
Decimal 219 37 201 0 0.83 0.08 0.14 305.93 0.72 0.5
Hex DB 25 C9 0 53 8 E 132 48 32
Octal 333 45 311 0 123 10 16 462 110 62
Binary 11011011 100101 11001001 0 1010011 1000 1110 100110010 1001000 110010

Color Harmonies of #DB25C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB25C9

Black with #DB25C9

Text Example


Text Example

White with #DB25C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB25C9; }

 p { color: rgb(219,37,201); }

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

background-color css

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

 a { background-color: rgb(219,37,201); }

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

border-color css

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

 span { border-color: rgb(219,37,201); }

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