Html Css Color HEX #DB39C1 Razzle Dazzle Rose

📋 copy color: '#DB39C1'

red 219 ◦ green 57 ◦ blue 193

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

Shades of Razzle Dazzle Rose #DB39C1

Tints of Razzle Dazzle Rose #DB39C1

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.15%

 BLUE value IS 193 (75.78% from 255) = 41.15%

R = 46.7%
G = 12.15%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#DB39C1 (or 0xDB39C1) is known color: Razzle Dazzle Rose. HEX triplet: DB, 39 and C1. RGB value is (219,57,193). Sum of RGB (Red+Green+Blue) = 219+57+193=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 57 (22.66% from 255 or 12.15% from 469); Blue value is 193 (75.78% from 255 or 41.15% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB39C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB39C1 is #24C63E. Grayscale: #787878. Windows color (decimal): -2410047 or 12663259. OLE color: 12663259.

HSL color Cylindrical-coordinate representation of color #DB39C1: hue angle of 309.63º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB39C1 is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 57 193 -
CMYK 0 0.74 0.12 0.14
HSL 309.63º 0.69% 0.54% -
HSV(B) 309.63º 0.74% 0.86% -
XYZ 40.3 21.84 52.54 -
YUV 120.94 168.67 197.94 -
System Red Green Blue C M Y K H S L
Decimal 219 57 193 0 0.74 0.12 0.14 309.63 0.69 0.54
Hex DB 39 C1 0 4A C E 136 45 36
Octal 333 71 301 0 112 14 16 466 105 66
Binary 11011011 111001 11000001 0 1001010 1100 1110 100110110 1000101 110110

Color Harmonies of #DB39C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB39C1

Black with #DB39C1

Text Example


Text Example

White with #DB39C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB39C1; }

 p { color: rgb(219,57,193); }

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

background-color css

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

 a { background-color: rgb(219,57,193); }

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

border-color css

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

 span { border-color: rgb(219,57,193); }

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