Html Css Color HEX #DB38C2 Razzle Dazzle Rose

📋 copy color: '#DB38C2'

red 219 ◦ green 56 ◦ blue 194

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

Shades of Razzle Dazzle Rose #DB38C2

Tints of Razzle Dazzle Rose #DB38C2

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.94%

 BLUE value IS 194 (76.17% from 255) = 41.36%

R = 46.7%
G = 11.94%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DB38C2 (or 0xDB38C2) is known color: Razzle Dazzle Rose. HEX triplet: DB, 38 and C2. RGB value is (219,56,194). Sum of RGB (Red+Green+Blue) = 219+56+194=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 56 (22.27% from 255 or 11.94% from 469); Blue value is 194 (76.17% from 255 or 41.36% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB38C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB38C2 is #24C73D. Grayscale: #787878. Windows color (decimal): -2410302 or 12728539. OLE color: 12728539.

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

Color convert

RGB 219 56 194 -
CMYK 0 0.74 0.11 0.14
HSL 309.2º 0.69% 0.54% -
HSV(B) 309.2º 0.74% 0.86% -
XYZ 40.37 21.78 53.12 -
YUV 120.47 169.5 198.28 -
System Red Green Blue C M Y K H S L
Decimal 219 56 194 0 0.74 0.11 0.14 309.2 0.69 0.54
Hex DB 38 C2 0 4A B E 135 45 36
Octal 333 70 302 0 112 13 16 465 105 66
Binary 11011011 111000 11000010 0 1001010 1011 1110 100110101 1000101 110110

Color Harmonies of #DB38C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB38C2

Black with #DB38C2

Text Example


Text Example

White with #DB38C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB38C2; }

 p { color: rgb(219,56,194); }

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

background-color css

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

 a { background-color: rgb(219,56,194); }

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

border-color css

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

 span { border-color: rgb(219,56,194); }

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