Html Css Color HEX #DB25C5 Razzle Dazzle Rose

📋 copy color: '#DB25C5'

red 219 ◦ green 37 ◦ blue 197

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

Shades of Razzle Dazzle Rose #DB25C5

Tints of Razzle Dazzle Rose #DB25C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 43.49%

R = 48.34%
G = 8.17%
B = 43.49%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DB25C5 (or 0xDB25C5) is known color: Razzle Dazzle Rose. HEX triplet: DB, 25 and C5. RGB value is (219,37,197). Sum of RGB (Red+Green+Blue) = 219+37+197=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 37 (14.84% from 255 or 8.17% from 453); Blue value is 197 (77.34% from 255 or 43.49% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DB25C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB25C5 is #24DA3A. Grayscale: #6D6D6D. Windows color (decimal): -2415163 or 12920283. OLE color: 12920283.

HSL color Cylindrical-coordinate representation of color #DB25C5: hue angle of 307.25º 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 #DB25C5 is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 37 197 -
CMYK 0 0.83 0.10 0.14
HSL 307.25º 0.72% 0.5% -
HSV(B) 307.25º 0.83% 0.86% -
XYZ 39.95 20.41 54.66 -
YUV 109.66 177.3 205.99 -
System Red Green Blue C M Y K H S L
Decimal 219 37 197 0 0.83 0.10 0.14 307.25 0.72 0.5
Hex DB 25 C5 0 53 A E 133 48 32
Octal 333 45 305 0 123 12 16 463 110 62
Binary 11011011 100101 11000101 0 1010011 1010 1110 100110011 1001000 110010

Color Harmonies of #DB25C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB25C5

Black with #DB25C5

Text Example


Text Example

White with #DB25C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB25C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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