Html Css Color HEX #D6448A Deep Cerise

📋 copy color: '#D6448A'

red 214 ◦ green 68 ◦ blue 138

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

Shades of Deep Cerise #D6448A

Tints of Deep Cerise #D6448A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.19%

 BLUE value IS 138 (54.3% from 255) = 32.86%

R = 50.95%
G = 16.19%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D6448A (or 0xD6448A) is known color: Deep Cerise. HEX triplet: D6, 44 and 8A. RGB value is (214,68,138). Sum of RGB (Red+Green+Blue) = 214+68+138=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 68 (26.95% from 255 or 16.19% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D6448A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6448A is #29BB75. Grayscale: #777777. Windows color (decimal): -2734966 or 9061590. OLE color: 9061590.

HSL color Cylindrical-coordinate representation of color #D6448A: hue angle of 331.23º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D6448A is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 68 138 -
CMYK 0 0.68 0.36 0.16
HSL 331.23º 0.64% 0.55% -
HSV(B) 331.23º 0.68% 0.84% -
XYZ 34.39 20.27 26.14 -
YUV 119.63 138.37 195.31 -
System Red Green Blue C M Y K H S L
Decimal 214 68 138 0 0.68 0.36 0.16 331.23 0.64 0.55
Hex D6 44 8A 0 44 24 10 14B 40 37
Octal 326 104 212 0 104 44 20 513 100 67
Binary 11010110 1000100 10001010 0 1000100 100100 10000 101001011 1000000 110111

Color Harmonies of #D6448A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6448A

Black with #D6448A

Text Example


Text Example

White with #D6448A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6448A; }

 p { color: rgb(214,68,138); }

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

background-color css

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

 a { background-color: rgb(214,68,138); }

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

border-color css

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

 span { border-color: rgb(214,68,138); }

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