Html Css Color HEX #DB38BC Razzle Dazzle Rose

📋 copy color: '#DB38BC'

red 219 ◦ green 56 ◦ blue 188

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

Shades of Razzle Dazzle Rose #DB38BC

Tints of Razzle Dazzle Rose #DB38BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.6%

R = 47.3%
G = 12.1%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DB38BC (or 0xDB38BC) is known color: Razzle Dazzle Rose. HEX triplet: DB, 38 and BC. RGB value is (219,56,188). Sum of RGB (Red+Green+Blue) = 219+56+188=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 56 (22.27% from 255 or 12.10% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DB38BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB38BC is #24C743. Grayscale: #777777. Windows color (decimal): -2410308 or 12335323. OLE color: 12335323.

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

Color convert

RGB 219 56 188 -
CMYK 0 0.74 0.14 0.14
HSL 311.41º 0.69% 0.54% -
HSV(B) 311.41º 0.74% 0.86% -
XYZ 39.7 21.52 49.64 -
YUV 119.79 166.5 198.77 -
System Red Green Blue C M Y K H S L
Decimal 219 56 188 0 0.74 0.14 0.14 311.41 0.69 0.54
Hex DB 38 BC 0 4A E E 137 45 36
Octal 333 70 274 0 112 16 16 467 105 66
Binary 11011011 111000 10111100 0 1001010 1110 1110 100110111 1000101 110110

Color Harmonies of #DB38BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB38BC

Black with #DB38BC

Text Example


Text Example

White with #DB38BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB38BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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