Html Css Color HEX #D6347B Deep Cerise

📋 copy color: '#D6347B'

red 214 ◦ green 52 ◦ blue 123

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

Shades of Deep Cerise #D6347B

Tints of Deep Cerise #D6347B

RGB

 RED value IS 214 (83.98% from 255) = 55.01%

 GREEN value IS 52 (20.7% from 255) = 13.37%

 BLUE value IS 123 (48.44% from 255) = 31.62%

R = 55.01%
G = 13.37%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D6347B (or 0xD6347B) is known color: Deep Cerise. HEX triplet: D6, 34 and 7B. RGB value is (214,52,123). Sum of RGB (Red+Green+Blue) = 214+52+123=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 52 (20.70% from 255 or 13.37% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D6347B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6347B is #29CB84. Grayscale: #6C6C6C. Windows color (decimal): -2739077 or 8074454. OLE color: 8074454.

HSL color Cylindrical-coordinate representation of color #D6347B: hue angle of 333.7º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D6347B is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 52 123 -
CMYK 0 0.76 0.43 0.16
HSL 333.7º 0.66% 0.52% -
HSV(B) 333.7º 0.76% 0.84% -
XYZ 32.53 18.18 20.53 -
YUV 108.53 136.17 203.23 -
System Red Green Blue C M Y K H S L
Decimal 214 52 123 0 0.76 0.43 0.16 333.7 0.66 0.52
Hex D6 34 7B 0 4C 2B 10 14E 42 34
Octal 326 64 173 0 114 53 20 516 102 64
Binary 11010110 110100 1111011 0 1001100 101011 10000 101001110 1000010 110100

Color Harmonies of #D6347B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6347B

Black with #D6347B

Text Example


Text Example

White with #D6347B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6347B; }

 p { color: rgb(214,52,123); }

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

background-color css

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

 a { background-color: rgb(214,52,123); }

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

border-color css

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

 span { border-color: rgb(214,52,123); }

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